Skip to content

Commit

Permalink
Add missing include for implementation header in bilateral_upsampling.h
Browse files Browse the repository at this point in the history
Otherwise, this leads to problems while building the tools, if PCL_NO_PRECOMPILE is enabled
  • Loading branch information
mvieth committed Dec 21, 2024
1 parent 42f3eda commit 9f09199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions surface/include/pcl/surface/bilateral_upsampling.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@ namespace pcl
PCL_MAKE_ALIGNED_OPERATOR_NEW
};
}
#ifdef PCL_NO_PRECOMPILE
#include <pcl/surface/impl/bilateral_upsampling.hpp>
#endif

0 comments on commit 9f09199

Please sign in to comment.