Skip to content

Commit

Permalink
Merge pull request #5812 from mvieth/missing_cassert_include
Browse files Browse the repository at this point in the history
Add missing cassert include
  • Loading branch information
mvieth authored Sep 15, 2023
2 parents 3f3b74f + 9c2b088 commit 90fda41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <pcl/pcl_config.h>
#ifdef HAVE_OPENNI2

#include <cassert> // for assert
#include <vector>
#include <limits>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <pcl/pcl_config.h>
#ifdef HAVE_OPENNI

#include <cassert> // for assert
#include <cstdint>
#include <vector>
#include <limits>
Expand Down

0 comments on commit 90fda41

Please sign in to comment.