Add missing #include to has_trivial_move_constructor.hpp

This commit is contained in:
jzmaddock
2015-06-11 10:59:52 +01:00
parent 2fc65e67a8
commit 229e99880b

View File

@ -23,6 +23,7 @@
#if defined(__GNUC__) || defined(__clang)
#include <boost/type_traits/is_constructible.hpp>
#include <boost/type_traits/is_volatile.hpp>
#endif