Skip to content

Commit

Permalink
fix cherry picking issue with includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Apr 4, 2024
1 parent 6771992 commit 7badddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcl_ros/tools/pcd_to_pointcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <thread>

// PCL
#include <pcl/io/io.h>
#include <pcl/common/io.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>

Expand Down

0 comments on commit 7badddf

Please sign in to comment.