Fix build with Boost 1.85.0

Signed-off-by: Michael Cho <michael@michaelcho.dev>
This commit is contained in:
Michael Cho 2024-04-25 13:03:15 -04:00
parent 08886e3b90
commit 8088aa4319
No known key found for this signature in database
GPG key ID: 55E85E28A7CD1E85

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