From 964625b85195cc0c59ed5aa27d32ebec4b01c7ec Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 17 Feb 2001 22:10:12 +0000 Subject: [PATCH] add for std::size_t [SVN r9248] --- include/boost/type_traits/composite_traits.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/type_traits/composite_traits.hpp b/include/boost/type_traits/composite_traits.hpp index fd7b62d..359d1b8 100644 --- a/include/boost/type_traits/composite_traits.hpp +++ b/include/boost/type_traits/composite_traits.hpp @@ -20,6 +20,8 @@ #ifndef COMPOSITE_TYPE_TRAITS_HPP #define COMPOSITE_TYPE_TRAITS_HPP +#include + #ifndef BOOST_ICE_TYPE_TRAITS_HPP #include #endif