diff --git a/src/Mod/ReverseEngineering/App/Segmentation.cpp b/src/Mod/ReverseEngineering/App/Segmentation.cpp index 2abbaf8d3..9340f73e0 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)