From 8088aa4319fd54d41e9b8534b964d113f687fc7f Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 25 Apr 2024 13:03:15 -0400 Subject: [PATCH] Fix build with Boost 1.85.0 Signed-off-by: Michael Cho --- src/fs.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fs.cpp b/src/fs.cpp index 3a27c5efb..a1be78249 100644 --- a/src/fs.cpp +++ b/src/fs.cpp @@ -29,6 +29,10 @@ #include #include // for absolute, exists, etc #include // for path, operator/ +#include +#if BOOST_VERSION >= 108500 +#include // for directory_iterator +#endif #pragma GCC diagnostic pop // stl