From 5785944f54e67798b87da7005998c78e48436808 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 18 Feb 2001 12:24:46 +0000 Subject: [PATCH] Moved include to as its required by all the new type traits headers.. [SVN r9252] --- include/boost/type_traits/composite_traits.hpp | 2 -- include/boost/type_traits/fwd.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/type_traits/composite_traits.hpp b/include/boost/type_traits/composite_traits.hpp index 359d1b8..fd7b62d 100644 --- a/include/boost/type_traits/composite_traits.hpp +++ b/include/boost/type_traits/composite_traits.hpp @@ -20,8 +20,6 @@ #ifndef COMPOSITE_TYPE_TRAITS_HPP #define COMPOSITE_TYPE_TRAITS_HPP -#include - #ifndef BOOST_ICE_TYPE_TRAITS_HPP #include #endif diff --git a/include/boost/type_traits/fwd.hpp b/include/boost/type_traits/fwd.hpp index 2aff24e..660fdf9 100644 --- a/include/boost/type_traits/fwd.hpp +++ b/include/boost/type_traits/fwd.hpp @@ -12,6 +12,7 @@ #define BOOST_FWD_TYPE_TRAITS_HPP #include +#include #ifndef BOOST_CONFIG_HPP #include