diff --git a/include/boost/container/devector.hpp b/include/boost/container/devector.hpp index 1a595d4..3508c6c 100644 --- a/include/boost/container/devector.hpp +++ b/include/boost/container/devector.hpp @@ -12,6 +12,14 @@ #ifndef BOOST_CONTAINER_DEVECTOR_HPP #define BOOST_CONTAINER_DEVECTOR_HPP +#ifndef BOOST_CONFIG_HPP +# include +#endif + +#if defined(BOOST_HAS_PRAGMA_ONCE) +# pragma once +#endif + #include #include