From ee2b66b31f13d8fb4a7fd2d7ebda111f4a2cf42c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 4 Nov 2002 12:24:17 +0000 Subject: [PATCH] Added missing include [SVN r16087] --- include/boost/type_traits/is_empty.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/type_traits/is_empty.hpp b/include/boost/type_traits/is_empty.hpp index 345a949..4930c0c 100644 --- a/include/boost/type_traits/is_empty.hpp +++ b/include/boost/type_traits/is_empty.hpp @@ -13,6 +13,7 @@ #include "boost/type_traits/is_convertible.hpp" #include "boost/type_traits/detail/ice_or.hpp" #include "boost/type_traits/config.hpp" +#include "boost/type_traits/intrinsics.hpp" #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # include "boost/type_traits/remove_cv.hpp" @@ -204,3 +205,4 @@ BOOST_TT_AUX_BOOL_TRAIT_SPEC1(is_empty,void const volatile,false) #include "boost/type_traits/detail/bool_trait_undef.hpp" #endif // BOOST_TT_IS_EMPTY_HPP_INCLUDED +