std::shared_ptr
[dcpomatic.git] / src / lib / frame_rate_change.cc
index 8ad6de9425aa2675158ed5b7a3421658e4c0aedf..7b6d1389274832dc6d86a508bdc15062432db84c 100644 (file)
@@ -28,7 +28,7 @@
 #include "i18n.h"
 
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 static bool
 about_equal (double a, double b)