From a909c9c9298907cce53404ee886710544cd6b351 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 2 Jun 2002 05:40:57 +0000 Subject: [PATCH] Make it work standalone [SVN r14067] --- include/boost/type_traits/array_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/type_traits/array_traits.hpp b/include/boost/type_traits/array_traits.hpp index 975f801..622c28f 100644 --- a/include/boost/type_traits/array_traits.hpp +++ b/include/boost/type_traits/array_traits.hpp @@ -9,6 +9,7 @@ // #ifndef BOOST_TT_ARRAY_TRAITS_HPP # define BOOST_TT_ARRAY_TRAITS_HPP +# include # include # include