Skip to content

Commit

Permalink
+ fix possible build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 9, 2016
1 parent 6da5c23 commit 033eb65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/ReverseEngineering/App/Segmentation.cpp
Expand Up @@ -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<std::vector<int> >& clusters)
Expand Down

0 comments on commit 033eb65

Please sign in to comment.