diff --git a/include/boost/type_traits/type_with_alignment.hpp b/include/boost/type_traits/type_with_alignment.hpp index 5f135d0..8d095b4 100644 --- a/include/boost/type_traits/type_with_alignment.hpp +++ b/include/boost/type_traits/type_with_alignment.hpp @@ -13,7 +13,7 @@ #include "boost/preprocessor/tuple/to_list.hpp" #include "boost/preprocessor/cat.hpp" #include "boost/type_traits/alignment_of.hpp" -#include "boost/type_traits/is_pod.hpp" +#include "boost/type_traits/is_POD.hpp" #include "boost/static_assert.hpp" #include "boost/config.hpp" @@ -164,3 +164,4 @@ template <> struct type_with_alignment<16>{ typedef align::a16 type; }; #endif // BOOST_TT_TYPE_WITH_ALIGNMENT_INCLUDED +