std::shared_ptr
[dcpomatic.git] / src / lib / audio_ring_buffers.cc
index d1375cb27e2eeeb80d3a2935a06a10cb3aee9b87..c0559f61c5b11283ef3e67f22ffcaea33c7f0a97 100644 (file)
@@ -29,8 +29,9 @@ using std::cout;
 using std::make_pair;
 using std::pair;
 using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
+using namespace dcpomatic;
 
 AudioRingBuffers::AudioRingBuffers ()
        : _used_in_head (0)