We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d257a89 + b380e21 commit 2213bafCopy full SHA for 2213baf
2 files changed
filters/include/pcl/filters/convolution_3d.h
@@ -41,6 +41,7 @@
41
42
#include <pcl/pcl_base.h>
43
#include <boost/optional.hpp>
44
+#include <pcl/search/search.h>
45
46
namespace pcl
47
{
filters/include/pcl/filters/impl/convolution_3d.hpp
@@ -44,6 +44,7 @@
#include <pcl/search/kdtree.h>
#include <pcl/pcl_config.h>
#include <pcl/point_types.h>
+#include <pcl/common/point_tests.h>
48
49
#include <cmath>
50
#include <cstdint>
0 commit comments