std::shared_ptr
[dcpomatic.git] / src / lib / file_log.cc
index b9aa84c3d9ff2aa957f84f01714fb1cbc1def2f9..481624c2a865136f3cc3aac83b6dc64663efe661 100644 (file)
@@ -28,7 +28,7 @@
 using std::cout;
 using std::string;
 using std::max;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** @param file Filename to write log to */
 FileLog::FileLog (boost::filesystem::path file)