diff --git a/test/intrusive_ptr_move_test.cpp b/test/intrusive_ptr_move_test.cpp index b5f0e65..3faf16e 100644 --- a/test/intrusive_ptr_move_test.cpp +++ b/test/intrusive_ptr_move_test.cpp @@ -30,8 +30,7 @@ #include #include #include -#include -#include +#include #if defined( BOOST_HAS_RVALUE_REFS ) diff --git a/test/shared_ptr_move_test.cpp b/test/shared_ptr_move_test.cpp index c02ffa9..82ba9d6 100644 --- a/test/shared_ptr_move_test.cpp +++ b/test/shared_ptr_move_test.cpp @@ -10,6 +10,7 @@ #include #include +#include #if defined( BOOST_HAS_RVALUE_REFS ) diff --git a/test/weak_ptr_move_test.cpp b/test/weak_ptr_move_test.cpp index 572b13d..4df3691 100644 --- a/test/weak_ptr_move_test.cpp +++ b/test/weak_ptr_move_test.cpp @@ -10,6 +10,7 @@ #include #include +#include #if defined( BOOST_HAS_RVALUE_REFS )