Skip to content

Commit

Permalink
Merge pull request PointCloudLibrary#6026 from PatricianEagle/master
Browse files Browse the repository at this point in the history
Add header files to convolution_3d.h and convolution_3d.hpp
  • Loading branch information
mvieth committed Apr 30, 2024
2 parents d257a89 + b380e21 commit 2213baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions filters/include/pcl/filters/convolution_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include <pcl/pcl_base.h>
#include <boost/optional.hpp>
#include <pcl/search/search.h>

namespace pcl
{
Expand Down
1 change: 1 addition & 0 deletions filters/include/pcl/filters/impl/convolution_3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

#include <cmath>
#include <cstdint>
Expand Down

0 comments on commit 2213baf

Please sign in to comment.