forked from boostorg/type_traits
Added missing header for is_nothrow_move_constructible (refs #8189).
[SVN r83430]
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include <boost/type_traits/detail/ice_or.hpp>
|
||||
#include <boost/type_traits/detail/ice_and.hpp>
|
||||
#include <boost/utility/declval.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
|
||||
// should be the last #include
|
||||
#include <boost/type_traits/detail/bool_trait_def.hpp>
|
||||
|
Reference in New Issue
Block a user