Skip to content

Commit aca6fa1

Browse files
committed
update deprecated traits include
as reported by PCL 1.12.
1 parent bc073a6 commit aca6fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcl_ros/include/pcl_ros/point_cloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <ros/ros.h>
55
#include <pcl/point_cloud.h>
6-
#include <pcl/point_traits.h>
6+
#include <pcl/type_traits.h>
77
#include <pcl/for_each_type.h>
88
#include <pcl/conversions.h>
99
#include <pcl_conversions/pcl_conversions.h>

0 commit comments

Comments
 (0)