mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 15:24:29 +02:00
add missing include
[SVN r25709]
This commit is contained in:
@@ -28,10 +28,12 @@
|
|||||||
#elif BOOST_WORKAROUND(__BORLANDC__, < 0x600)
|
#elif BOOST_WORKAROUND(__BORLANDC__, < 0x600)
|
||||||
# include <boost/mpl/if.hpp>
|
# include <boost/mpl/if.hpp>
|
||||||
# include <boost/mpl/bool.hpp>
|
# include <boost/mpl/bool.hpp>
|
||||||
|
# include <boost/mpl/aux_/yes_no.hpp>
|
||||||
# include <boost/mpl/aux_/config/static_constant.hpp>
|
# include <boost/mpl/aux_/config/static_constant.hpp>
|
||||||
# include <boost/type_traits/is_class.hpp>
|
# include <boost/type_traits/is_class.hpp>
|
||||||
#else
|
#else
|
||||||
# include <boost/mpl/aux_/type_wrapper.hpp>
|
# include <boost/mpl/aux_/type_wrapper.hpp>
|
||||||
|
# include <boost/mpl/aux_/yes_no.hpp>
|
||||||
# include <boost/mpl/aux_/config/static_constant.hpp>
|
# include <boost/mpl/aux_/config/static_constant.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user