From 40073ef64f82795fda76f48843bc568525f224cd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 26 Dec 2011 00:25:42 +0000 Subject: [PATCH] Merge [76125], [76126] to release. [SVN r76164] --- test/intrusive_ptr_move_test.cpp | 3 +-- test/shared_ptr_move_test.cpp | 1 + test/weak_ptr_move_test.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 )