]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/dll/detail/demangling/demangle_symbol.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / dll / detail / demangling / demangle_symbol.hpp
index 30525f6b31782939c0ce3dd29d1c5943c2f75638..bfed53f6d43db7e812044a518b9441e108fb8e60 100644 (file)
@@ -8,9 +8,10 @@
 #ifndef BOOST_DLL_DEMANGLE_SYMBOL_HPP_
 #define BOOST_DLL_DEMANGLE_SYMBOL_HPP_
 
-#include <boost/config.hpp>
+#include <boost/dll/config.hpp>
 #include <string>
 #include <algorithm>
+#include <memory>
 
 #if defined(BOOST_MSVC) || defined(BOOST_MSVC_FULL_VER)
 
@@ -88,7 +89,7 @@ inline std::string demangle_symbol(const char *mangled_name)
 
 }
 
-//for my personal convinience
+//for my personal convenience
 inline std::string demangle_symbol(const std::string& mangled_name)
 {
     return demangle_symbol(mangled_name.c_str());