From ea25faa853b34bf25305afcda0158b003dea9f82 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 21 Jan 2015 19:46:18 +0000 Subject: [PATCH] Add some more missing #includes. --- include/boost/type_traits/extent.hpp | 1 + include/boost/type_traits/has_new_operator.hpp | 1 + include/boost/type_traits/remove_cv.hpp | 1 + include/boost/type_traits/remove_volatile.hpp | 1 + include/boost/type_traits/type_with_alignment.hpp | 1 + 5 files changed, 5 insertions(+) diff --git a/include/boost/type_traits/extent.hpp b/include/boost/type_traits/extent.hpp index 6dc0875..dfb3c54 100644 --- a/include/boost/type_traits/extent.hpp +++ b/include/boost/type_traits/extent.hpp @@ -11,6 +11,7 @@ #define BOOST_TT_EXTENT_HPP_INCLUDED #include +#include namespace boost { diff --git a/include/boost/type_traits/has_new_operator.hpp b/include/boost/type_traits/has_new_operator.hpp index 7eb9205..4def872 100644 --- a/include/boost/type_traits/has_new_operator.hpp +++ b/include/boost/type_traits/has_new_operator.hpp @@ -13,6 +13,7 @@ #include // std::size_t #include #include +#include #if defined(new) # if BOOST_WORKAROUND(BOOST_MSVC, >= 1310) diff --git a/include/boost/type_traits/remove_cv.hpp b/include/boost/type_traits/remove_cv.hpp index 1fff2f1..b50607f 100644 --- a/include/boost/type_traits/remove_cv.hpp +++ b/include/boost/type_traits/remove_cv.hpp @@ -12,6 +12,7 @@ #define BOOST_TT_REMOVE_CV_HPP_INCLUDED #include +#include #include namespace boost { diff --git a/include/boost/type_traits/remove_volatile.hpp b/include/boost/type_traits/remove_volatile.hpp index a62989b..475e39d 100644 --- a/include/boost/type_traits/remove_volatile.hpp +++ b/include/boost/type_traits/remove_volatile.hpp @@ -12,6 +12,7 @@ #define BOOST_TT_REMOVE_VOLATILE_HPP_INCLUDED #include +#include #include namespace boost { diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index e464f27..56ed4c4 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -13,6 +13,7 @@ #include #include #include +#include #ifdef BOOST_MSVC # pragma warning(push)