Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 9, 2016
2 parents 2e43774 + 033eb65 commit 8a91e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/ReverseEngineering/App/Segmentation.cpp
Original file line number Diff line number Diff line change
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 8a91e7d

Please sign in to comment.