Commit 89691099d38eed72c1579f1cc4227a9df020db9e
Add missing boost/filesystem/directory.hpp include
Needed for boost::filesystem::directory_iterator and looks like Boost
1.85 got stricter on the use of includes in its headers.
Author: xaizek
Author date (UTC): 2024-05-04 10:19
Committer name: xaizek
Committer date (UTC): 2024-05-04 10:22
Parent(s): aeece3c62df4aa3070d84d47acc55ccf84a528e2
Signing key: 99DC5E4DB05F6BE2
Tree: 9c26ed200b3c0958adf9c3b667ffa9cdea652c2b
File src/tooling/Traverser.cpp changed (mode: 100644) (index a7b02e3..c5f2eda) |
16 |
16 |
|
|
17 |
17 |
#include "Traverser.hpp" |
#include "Traverser.hpp" |
18 |
18 |
|
|
|
19 |
|
#include <boost/filesystem/directory.hpp> |
19 |
20 |
#include <boost/filesystem/operations.hpp> |
#include <boost/filesystem/operations.hpp> |
20 |
21 |
#include <boost/filesystem/path.hpp> |
#include <boost/filesystem/path.hpp> |
21 |
22 |
|
|