summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/filesystem/src/path.cpp
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2022-08-29 07:42:14 +0300
committerthegeorg <[email protected]>2022-08-29 07:42:14 +0300
commit08b42c5732ff484354c4ca8adba3b002b117d122 (patch)
treee9757bdde5d9e8a10b187efffacbe8ea9282a0f5 /contrib/restricted/boost/filesystem/src/path.cpp
parent9f0fa80273f73bc1848572d7bd8a08ad530e438e (diff)
Update contrib/restricted/boost/filesystem to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/filesystem/src/path.cpp')
-rw-r--r--contrib/restricted/boost/filesystem/src/path.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/restricted/boost/filesystem/src/path.cpp b/contrib/restricted/boost/filesystem/src/path.cpp
index f6cb3ba9a16..27b32e57c52 100644
--- a/contrib/restricted/boost/filesystem/src/path.cpp
+++ b/contrib/restricted/boost/filesystem/src/path.cpp
@@ -40,6 +40,8 @@
#include "atomic_tools.hpp"
#include "private_config.hpp"
+#include <boost/filesystem/detail/header.hpp> // must be the last #include
+
namespace fs = boost::filesystem;
using boost::filesystem::path;
@@ -1678,3 +1680,5 @@ BOOST_FILESYSTEM_DECL path const& dot_dot_path()
} // namespace detail
} // namespace filesystem
} // namespace boost
+
+#include <boost/filesystem/detail/footer.hpp>