diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-17 23:56:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-17 23:56:45 +0000 |
| commit | c6476088a34079cc2786253d60db56b0dbd74011 (patch) | |
| tree | 60c9a066514d78af553989e1eb9580f24e567a8f /src/lib | |
| parent | bd0ddc4da8fa288130dbadd34f84de0ed3368d01 (diff) | |
Incorrect include path.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/image_filename_sorter.cc | 2 |
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 { |
