Merge pull request #4448 from cho-m/boost-1.85.0
Fix build with Boost 1.85.0
This commit is contained in:
commit
5f1be6bba5
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
#include <mapnik/warning_ignore.hpp>
|
#include <mapnik/warning_ignore.hpp>
|
||||||
#include <boost/filesystem/operations.hpp> // for absolute, exists, etc
|
#include <boost/filesystem/operations.hpp> // for absolute, exists, etc
|
||||||
#include <boost/filesystem/path.hpp> // for path, operator/
|
#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
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
// stl
|
// stl
|
||||||
|
|
Loading…
Reference in a new issue