add <cstddef> for std::size_t

[SVN r9248]
This commit is contained in:
Jens Maurer
2001-02-17 22:10:12 +00:00
parent f3976d8060
commit 964625b851

View File

@@ -20,6 +20,8 @@
#ifndef COMPOSITE_TYPE_TRAITS_HPP
#define COMPOSITE_TYPE_TRAITS_HPP
#include <cstddef>
#ifndef BOOST_ICE_TYPE_TRAITS_HPP
#include <boost/type_traits/ice.hpp>
#endif