Skip to content

Commit 2033052

Browse files
committed
Test for undefined symbol.
1 parent c42d6cf commit 2033052

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

octree/include/pcl/octree/octree_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@
4343
#include <pcl/octree/impl/octree_iterator.hpp>
4444
#include <pcl/octree/impl/octree_pointcloud.hpp>
4545
#include <pcl/octree/impl/octree_search.hpp>
46-
#include <pcl/octree/octree.h>

octree/src/octree_inst.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#include <pcl/octree/octree.h>
3838
#include <pcl/octree/octree_impl.h>
39+
#include <pcl/octree/octree_key.h>
3940

4041
// Instantiations of specific point types
4142

0 commit comments

Comments
 (0)