Skip to content

Commit d43cd6e

Browse files
committed
add missing cassert includes to work with latest toolchain
1 parent 05b8e34 commit d43cd6e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: common/include/pcl/point_types.h

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#pragma once
4141

4242
#include <bitset>
43+
#include <cassert>
4344

4445

4546
/**

Diff for: common/src/gaussian.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
*/
3737

3838
#include <pcl/common/gaussian.h>
39+
#include <cassert>
3940

4041
void
4142
pcl::GaussianKernel::compute (float sigma,

Diff for: common/src/range_image_planar.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ using std::cout;
3939
using std::cerr;
4040

4141
#include <pcl/range_image/range_image_planar.h>
42+
#include <cassert>
4243

4344
namespace pcl
4445
{

0 commit comments

Comments
 (0)