diff options
| author | thegeorg <[email protected]> | 2022-08-29 07:42:14 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2022-08-29 07:42:14 +0300 |
| commit | 08b42c5732ff484354c4ca8adba3b002b117d122 (patch) | |
| tree | e9757bdde5d9e8a10b187efffacbe8ea9282a0f5 /contrib/restricted/boost/filesystem/src/path_traits.cpp | |
| parent | 9f0fa80273f73bc1848572d7bd8a08ad530e438e (diff) | |
Update contrib/restricted/boost/filesystem to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/filesystem/src/path_traits.cpp')
| -rw-r--r-- | contrib/restricted/boost/filesystem/src/path_traits.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/restricted/boost/filesystem/src/path_traits.cpp b/contrib/restricted/boost/filesystem/src/path_traits.cpp index d882ad89a08..aa4b8815f7b 100644 --- a/contrib/restricted/boost/filesystem/src/path_traits.cpp +++ b/contrib/restricted/boost/filesystem/src/path_traits.cpp @@ -22,6 +22,8 @@ #include <cwchar> // for wcslen #include <cstddef> +#include <boost/filesystem/detail/header.hpp> // must be the last #include + namespace pt = boost::filesystem::path_traits; namespace fs = boost::filesystem; namespace bs = boost::system; @@ -195,3 +197,5 @@ void convert(const wchar_t* from, } // namespace path_traits } // namespace filesystem } // namespace boost + +#include <boost/filesystem/detail/footer.hpp> |
