Incorrect include path.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Feb 2015 23:56:45 +0000 (23:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Feb 2015 23:56:45 +0000 (23:56 +0000)
src/lib/image_filename_sorter.cc

index 72f67e61524475ad2899920e6237af81ba875817..251124758bc5d39ba939f2474af2f378873716c5 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
 {