Merge pull request #4448 from cho-m/boost-1.85.0

Fix build with Boost 1.85.0
This commit is contained in:
Artem Pavlenko 2024-05-07 08:55:04 +01:00 committed by GitHub
commit 5f1be6bba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,10 @@
#include <mapnik/warning_ignore.hpp>
#include <boost/filesystem/operations.hpp> // for absolute, exists, etc
#include <boost/filesystem/path.hpp> // for path, operator/
#include <boost/version.hpp>
#if BOOST_VERSION >= 108500
#include <boost/filesystem/directory.hpp> // for directory_iterator
#endif
#pragma GCC diagnostic pop
// stl