summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/filesystem/src/unique_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/unique_path.cpp
parent9f0fa80273f73bc1848572d7bd8a08ad530e438e (diff)
Update contrib/restricted/boost/filesystem to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/filesystem/src/unique_path.cpp')
-rw-r--r--contrib/restricted/boost/filesystem/src/unique_path.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/restricted/boost/filesystem/src/unique_path.cpp b/contrib/restricted/boost/filesystem/src/unique_path.cpp
index 4815ca43698..f0bc6058cb2 100644
--- a/contrib/restricted/boost/filesystem/src/unique_path.cpp
+++ b/contrib/restricted/boost/filesystem/src/unique_path.cpp
@@ -95,6 +95,8 @@
#include "atomic_tools.hpp"
#include "error_handling.hpp"
+#include <boost/filesystem/detail/header.hpp> // must be the last #include
+
#if defined(BOOST_POSIX_API)
// At least Mac OS X 10.6 and older doesn't support O_CLOEXEC
#ifndef O_CLOEXEC
@@ -325,3 +327,5 @@ path unique_path(path const& model, system::error_code* ec)
} // namespace detail
} // namespace filesystem
} // namespace boost
+
+#include <boost/filesystem/detail/footer.hpp>