Skip to content

Commit

Permalink
Squashed 'modules/rmf/dependency/RMF/' changes from 643ad763ce..1ea06…
Browse files Browse the repository at this point in the history
…6254f

1ea066254f directory.hpp wasn't added until Boost 1.72

git-subtree-dir: modules/rmf/dependency/RMF
git-subtree-split: 1ea066254f22a78e7c0826176df9b4c2eb3b5fc2
  • Loading branch information
benmwebb committed Apr 29, 2024
1 parent 234970c commit cdaa5f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/rmf/dependency/RMF/benchmark/benchmark_rmf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
*/

#include <boost/iterator/iterator_facade.hpp>
#include <boost/version.hpp>
#include <boost/filesystem/operations.hpp>
#if BOOST_VERSION >= 107200
#include <boost/filesystem/directory.hpp>
#endif
#include <exception>
#include <iostream>
#include <chrono>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
*
*/

#include <boost/version.hpp>
#include <boost/filesystem/operations.hpp>
#if BOOST_VERSION >= 107200
#include <boost/filesystem/directory.hpp>
#endif
#include <boost/filesystem/path.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/iterator/iterator_facade.hpp>
Expand Down

0 comments on commit cdaa5f2

Please sign in to comment.