diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index 420538a..5ac9ecb 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -9,11 +9,15 @@ #ifndef BOOST_UTILITY_HPP #define BOOST_UTILITY_HPP -#include +// Use of this header is discouraged and it will be deprecated. +// Please include one or more of the headers below instead. + #include #include -#include #include + +#include +#include #include #include