diff options
Diffstat (limited to 'src/lib/image_filename_sorter.cc')
| -rw-r--r-- | src/lib/image_filename_sorter.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc index f58abba15..25a8acb3d 100644 --- a/src/lib/image_filename_sorter.cc +++ b/src/lib/image_filename_sorter.cc @@ -18,13 +18,14 @@ */ -#include "raw_convert.h" #include "image_filename_sorter.h" +#include <dcp/raw_convert.h> #include <boost/filesystem.hpp> #include <boost/foreach.hpp> #include <iostream> using std::list; +using dcp::raw_convert; bool ImageFilenameSorter::operator() (boost::filesystem::path a, boost::filesystem::path b) |
