X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fshuffler.cc;h=2689fb83778d6e03191399eb5a4166c9b07f50de;hp=d913f48ef5301f12fc6e3d0b0d1ca6b77dce48a7;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/lib/shuffler.cc b/src/lib/shuffler.cc index d913f48ef..2689fb837 100644 --- a/src/lib/shuffler.cc +++ b/src/lib/shuffler.cc @@ -28,8 +28,8 @@ using std::make_pair; using std::string; -using boost::weak_ptr; -using boost::shared_ptr; +using std::weak_ptr; +using std::shared_ptr; using boost::optional; int const Shuffler::_max_size = 64;