Added missing header for is_nothrow_move_constructible (refs #8189).

[SVN r83430]
This commit is contained in:
Antony Polukhin
2013-03-14 18:56:19 +00:00
parent 0ef52c07fa
commit 2140b4c23c

View File

@ -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>