diff --git a/include/boost/type_traits/has_trivial_copy.hpp b/include/boost/type_traits/has_trivial_copy.hpp index 2a0c5bb..d7e1dee 100644 --- a/include/boost/type_traits/has_trivial_copy.hpp +++ b/include/boost/type_traits/has_trivial_copy.hpp @@ -14,7 +14,7 @@ #include #if (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ >= 409)) || defined(BOOST_CLANG) -#include +#include #define BOOST_TT_TRIVIAL_CONSTRUCT_FIX && is_copy_constructible::value #else #define BOOST_TT_TRIVIAL_CONSTRUCT_FIX