X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fshuffler_test.cc;h=f6a2a358cd6ff0c6e114395f0134855fc3e54f34;hp=aac8285a66992397b25eab589786d6c08dc636fd;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/test/shuffler_test.cc b/test/shuffler_test.cc index aac8285a6..f6a2a358c 100644 --- a/test/shuffler_test.cc +++ b/test/shuffler_test.cc @@ -4,8 +4,8 @@ #include using std::list; -using boost::shared_ptr; -using boost::weak_ptr; +using std::shared_ptr; +using std::weak_ptr; using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders;