+ fix possible build failure
This commit is contained in:
parent
6da5c23990
commit
033eb6590e
|
@ -47,9 +47,12 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Reen;
|
using namespace Reen;
|
||||||
|
|
||||||
|
#if defined(HAVE_PCL_FILTERS)
|
||||||
using pcl::PointXYZ;
|
using pcl::PointXYZ;
|
||||||
using pcl::PointNormal;
|
using pcl::PointNormal;
|
||||||
using pcl::PointCloud;
|
using pcl::PointCloud;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_PCL_SEGMENTATION)
|
#if defined(HAVE_PCL_SEGMENTATION)
|
||||||
Segmentation::Segmentation(const Points::PointKernel& pts, std::list<std::vector<int> >& clusters)
|
Segmentation::Segmentation(const Points::PointKernel& pts, std::list<std::vector<int> >& clusters)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user