Skip to content

Commit

Permalink
Enable compatibility with Boost 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvieth committed Apr 18, 2024
1 parent 997756d commit 7234ee7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/Modules/AdditionalBoostVersions.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(Boost_ADDITIONAL_VERSIONS
"1.85.0" "1.85"
"1.84.0" "1.84" "1.83.0" "1.83" "1.82.0" "1.82" "1.81.0" "1.81" "1.80.0" "1.80"
"1.79.0" "1.79" "1.78.0" "1.78" "1.77.0" "1.77" "1.76.0" "1.76" "1.75.0" "1.75"
"1.74.0" "1.74" "1.73.0" "1.73" "1.72.0" "1.72" "1.71.0" "1.71" "1.70.0" "1.70"
Expand Down
1 change: 1 addition & 0 deletions outofcore/include/pcl/outofcore/octree_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#include <pcl/PCLPointCloud2.h>

#include <shared_mutex>
#include <list>

namespace pcl
{
Expand Down
1 change: 1 addition & 0 deletions outofcore/include/pcl/outofcore/octree_base_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <memory>
#include <mutex>
#include <random>
#include <list>

#include <pcl/common/io.h>
#include <pcl/PCLPointCloud2.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <pcl/recognition/face_detection/face_common.h>

#include <boost/algorithm/string.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem.hpp>

#include <fstream>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions test/outofcore/test_outofcore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

#include <pcl/test/gtest.h>

#include <list>
#include <vector>
#include <iostream>
#include <random>
Expand Down

0 comments on commit 7234ee7

Please sign in to comment.