Skip to content
Snippets Groups Projects
Commit edefb0af authored by Nicolas Pope's avatar Nicolas Pope
Browse files

preproc guard opencv to pcl header

parent 425c2a8b
No related branches found
No related tags found
No related merge requests found
Pipeline #10566 passed
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#if defined HAVE_PCL #if defined HAVE_PCL
#include <pcl/common/common_headers.h> #include <pcl/common/common_headers.h>
#endif // HAVE_PCL
namespace ftl { namespace ftl {
namespace utility { namespace utility {
...@@ -18,5 +17,6 @@ pcl::PointCloud<pcl::PointXYZRGB>::Ptr matToPointXYZ(const cv::Mat &cvcloud, con ...@@ -18,5 +17,6 @@ pcl::PointCloud<pcl::PointXYZRGB>::Ptr matToPointXYZ(const cv::Mat &cvcloud, con
}; };
}; };
#endif // HAVE_PCL
#endif // _FTL_COMMON_OPENCV_TO_PCL_HPP_ #endif // _FTL_COMMON_OPENCV_TO_PCL_HPP_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment