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/utf8_codecvt_facet.cpp | |
parent | 9f0fa80273f73bc1848572d7bd8a08ad530e438e (diff) |
Update contrib/restricted/boost/filesystem to 1.80.0
Diffstat (limited to 'contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp')
-rw-r--r-- | contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp b/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp index f7f9f7ef583..7e5939bb718 100644 --- a/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp +++ b/contrib/restricted/boost/filesystem/src/utf8_codecvt_facet.cpp @@ -7,6 +7,8 @@ #include <boost/filesystem/config.hpp> +#include <boost/filesystem/detail/header.hpp> + #define BOOST_UTF8_BEGIN_NAMESPACE \ namespace boost { \ namespace filesystem { \ @@ -23,3 +25,5 @@ #undef BOOST_UTF8_BEGIN_NAMESPACE #undef BOOST_UTF8_END_NAMESPACE #undef BOOST_UTF8_DECL + +#include <boost/filesystem/detail/footer.hpp> |