forked from boostorg/type_traits
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:
@@ -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
|
||||
|
@@ -12,6 +12,7 @@
|
||||
#define BOOST_FWD_TYPE_TRAITS_HPP
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstddef>
|
||||
|
||||
#ifndef BOOST_CONFIG_HPP
|
||||
#include <boost/config.hpp>
|
||||
|
Reference in New Issue
Block a user