summaryrefslogtreecommitdiff
path: root/test/player_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/player_test.cc')
-rw-r--r--test/player_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc
index b5f082e74..46bd01609 100644
--- a/test/player_test.cc
+++ b/test/player_test.cc
@@ -46,7 +46,7 @@
using std::cout;
using std::list;
using std::pair;
-using boost::shared_ptr;
+using std::shared_ptr;
using boost::bind;
using boost::optional;
#if BOOST_VERSION >= 106100