From 033eb6590ea8ab98f998298d760ac54656dc66ca Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 9 Mar 2016 15:25:15 +0100 Subject: [PATCH] + fix possible build failure --- src/Mod/ReverseEngineering/App/Segmentation.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mod/ReverseEngineering/App/Segmentation.cpp b/src/Mod/ReverseEngineering/App/Segmentation.cpp index 2abbaf8d3a..9340f73e05 100644 --- a/src/Mod/ReverseEngineering/App/Segmentation.cpp +++ b/src/Mod/ReverseEngineering/App/Segmentation.cpp @@ -47,9 +47,12 @@ using namespace std; using namespace Reen; + +#if defined(HAVE_PCL_FILTERS) using pcl::PointXYZ; using pcl::PointNormal; using pcl::PointCloud; +#endif #if defined(HAVE_PCL_SEGMENTATION) Segmentation::Segmentation(const Points::PointKernel& pts, std::list >& clusters)