diff --git a/include/boost/type_traits/is_complete.hpp b/include/boost/type_traits/is_complete.hpp index 47aec34..cad04b3 100644 --- a/include/boost/type_traits/is_complete.hpp +++ b/include/boost/type_traits/is_complete.hpp @@ -9,6 +9,7 @@ #ifndef BOOST_TT_IS_COMPLETE_HPP_INCLUDED #define BOOST_TT_IS_COMPLETE_HPP_INCLUDED +#include #include #include #include @@ -59,7 +60,7 @@ namespace boost { template struct is_complete_imp { - template ())) > + template ())) > static type_traits::yes_type check(U*); template