Skip to content

Commit 107616f

Browse files
committed
Add potentially missing include cassert
1 parent f4106bd commit 107616f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/include/pcl/point_cloud.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#include <pcl/types.h>
5353
#include <pcl/console/print.h> // for PCL_WARN
5454

55+
#include <cassert> // for assert
5556
#include <utility>
5657
#include <vector>
5758

0 commit comments

Comments
 (0)