add missing include

[SVN r25709]
This commit is contained in:
Aleksey Gurtovoy
2004-10-13 14:40:12 +00:00
parent e75b92f43a
commit 2218105964

View File

@@ -28,10 +28,12 @@
#elif BOOST_WORKAROUND(__BORLANDC__, < 0x600)
# include <boost/mpl/if.hpp>
# include <boost/mpl/bool.hpp>
# include <boost/mpl/aux_/yes_no.hpp>
# include <boost/mpl/aux_/config/static_constant.hpp>
# include <boost/type_traits/is_class.hpp>
#else
# include <boost/mpl/aux_/type_wrapper.hpp>
# include <boost/mpl/aux_/yes_no.hpp>
# include <boost/mpl/aux_/config/static_constant.hpp>
#endif