Skip to content

Commit

Permalink
add missing cassert includes to work with latest toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaZIuk committed Sep 2, 2024
1 parent 05b8e34 commit d43cd6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/include/pcl/point_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#pragma once

#include <bitset>
#include <cassert>


/**
Expand Down
1 change: 1 addition & 0 deletions common/src/gaussian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/

#include <pcl/common/gaussian.h>
#include <cassert>

void
pcl::GaussianKernel::compute (float sigma,
Expand Down
1 change: 1 addition & 0 deletions common/src/range_image_planar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ using std::cout;
using std::cerr;

#include <pcl/range_image/range_image_planar.h>
#include <cassert>

namespace pcl
{
Expand Down

0 comments on commit d43cd6e

Please sign in to comment.