mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-04 07:14:30 +02:00
add missing include
[SVN r25709]
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user