Skip to content

Commit 3a3407f

Browse files
authored
Merge pull request #52 from AutoModality/AM-433/point_types_fix
Am 433/point types fix
2 parents f23cd6d + e4d1b4b commit 3a3407f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/am_utils/point_types.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#ifndef AM_UTILS_INCLUDE_AM_UTILS_POINT_TYPE_H_
22
#define AM_UTILS_INCLUDE_AM_UTILS_POINT_TYPE_H_
33

4-
#include <pcl-1.8/pcl/point_types.h>
5-
#include <pcl-1.8/pcl/point_types.h>
6-
#include <pcl-1.8/pcl/point_types.h>
4+
#include <pcl/point_types.h>
75

86
namespace pcl {
97

0 commit comments

Comments
 (0)