diff --git a/include/boost/dll/shared_library.hpp b/include/boost/dll/shared_library.hpp index a3c7442d8dfd6531eb3b8d9300311bade2466d10..d292c53621d57d291920538267516ad5af8a6078 100644 --- a/include/boost/dll/shared_library.hpp +++ b/include/boost/dll/shared_library.hpp @@ -12,6 +12,9 @@ /// \brief Contains the boost::dll::shared_library class, core class for all the /// DLL/DSO operations. +// Walkaround for compatibility with boost 1.54 +#include + #include #include #include