Fix build.
[dcpomatic.git] / src / lib / image_filename_sorter.cc
index 72f67e61524475ad2899920e6237af81ba875817..7bb1b4c376bb24762a860b3990fb4b5acebc1087 100644 (file)
@@ -20,7 +20,7 @@
 #include <iostream>
 #include <boost/filesystem.hpp>
 #include <boost/optional.hpp>
-#include <libdcp/raw_convert.h>
+#include <dcp/raw_convert.h>
 
 class ImageFilenameSorter
 {
@@ -57,6 +57,6 @@ private:
                        return boost::optional<int> ();
                }
 
-               return libdcp::raw_convert<int> (number);
+               return dcp::raw_convert<int> (number);
        }
 };