Commit a1ed0f87bac11c30179727fb59c99f3b0e8eaad5
Fix build with Boost versions smaller than 1.72
Author: xaizek
Author date (UTC): 2024-05-04 13:07
Committer name: xaizek
Committer date (UTC): 2024-05-04 13:07
Parent(s): 89691099d38eed72c1579f1cc4227a9df020db9e
Signing key: 99DC5E4DB05F6BE2
Tree: d454b1a195d1c51dd25440ce6095c3bfbc383756
File src/tooling/Traverser.cpp changed (mode: 100644) (index c5f2eda..819785e) |
16 |
16 |
|
|
17 |
17 |
#include "Traverser.hpp" |
#include "Traverser.hpp" |
18 |
18 |
|
|
19 |
|
#include <boost/filesystem/directory.hpp> |
|
20 |
19 |
#include <boost/filesystem/operations.hpp> |
#include <boost/filesystem/operations.hpp> |
21 |
20 |
#include <boost/filesystem/path.hpp> |
#include <boost/filesystem/path.hpp> |
|
21 |
|
#include <boost/version.hpp> |
|
22 |
|
#if BOOST_VERSION >= 107200 |
|
23 |
|
# include <boost/filesystem/directory.hpp> |
|
24 |
|
#endif |
22 |
25 |
|
|
23 |
26 |
#include <functional> |
#include <functional> |
24 |
27 |
#include <string> |
#include <string> |