summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-17 23:56:45 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-17 23:56:45 +0000
commitc6476088a34079cc2786253d60db56b0dbd74011 (patch)
tree60c9a066514d78af553989e1eb9580f24e567a8f /src/lib
parentbd0ddc4da8fa288130dbadd34f84de0ed3368d01 (diff)
Incorrect include path.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/image_filename_sorter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc
index 72f67e615..251124758 100644
--- a/src/lib/image_filename_sorter.cc
+++ b/src/lib/image_filename_sorter.cc
@@ -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
{