Skip to content

Commit

Permalink
Add boost include, missing in upcoming PCL versions (#373)
Browse files Browse the repository at this point in the history
Was removed in pcl/conversions.h here: PointCloudLibrary/pcl@292593a
  • Loading branch information
mvieth authored Jul 5, 2022
1 parent ab73665 commit eb8f009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcl_ros/include/pcl_ros/point_cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <pcl/conversions.h>
#include <pcl_conversions/pcl_conversions.h>
#include <sensor_msgs/PointCloud2.h>
#include <boost/foreach.hpp> // for BOOST_FOREACH
#include <boost/mpl/size.hpp>
#include <boost/ref.hpp>
#include <boost/thread/mutex.hpp>
Expand Down

0 comments on commit eb8f009

Please sign in to comment.