From ab9f92f970192cf170f7b0604b1509c71912a455 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 19 May 2002 04:57:44 +0000 Subject: [PATCH] Lots of documentation updates, plus the associated code shuffling needed to expose the right things to users [SVN r13975] --- 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 04f8488..975f801 100644 --- a/include/boost/type_traits/array_traits.hpp +++ b/include/boost/type_traits/array_traits.hpp @@ -10,6 +10,7 @@ #ifndef BOOST_TT_ARRAY_TRAITS_HPP # define BOOST_TT_ARRAY_TRAITS_HPP # include +# include namespace boost {