mirror of
https://github.com/boostorg/type_traits.git
synced 2025-07-31 13:07:22 +02:00
Add missing #include to has_trivial_move_constructor.hpp
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang)
|
||||
#include <boost/type_traits/is_constructible.hpp>
|
||||
#include <boost/type_traits/is_volatile.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user