Skip to content

Commit

Permalink
Work with newer Boost
Browse files Browse the repository at this point in the history
directory_iterator has been removed from operations.hpp
in Boost 1.85, and is now in directory.hpp.
  • Loading branch information
benmwebb committed Apr 28, 2024
1 parent ed01e8a commit dc27f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmark_rmf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <boost/iterator/iterator_facade.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/directory.hpp>
#include <exception>
#include <iostream>
#include <chrono>
Expand Down
1 change: 1 addition & 0 deletions src/backend/deprecated_avro/MultipleAvroFileReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/iterator/iterator_facade.hpp>
Expand Down

0 comments on commit dc27f68

Please sign in to comment.