Moved <cstddef> include to <boost/type_traits/fwd.hpp> as its required by all the new type traits headers..

[SVN r9252]
This commit is contained in:
John Maddock
2001-02-18 12:24:46 +00:00
parent 6927397756
commit 5785944f54
2 changed files with 1 additions and 2 deletions

View File

@@ -20,8 +20,6 @@
#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

View File

@@ -12,6 +12,7 @@
#define BOOST_FWD_TYPE_TRAITS_HPP
#include <cstdlib>
#include <cstddef>
#ifndef BOOST_CONFIG_HPP
#include <boost/config.hpp>