X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_filename_sorter.cc;h=25a8acb3da5455af942c5774af88c0876c1fe3a5;hb=58b5c57c9a4767c786a1428f243c60ff52c82c26;hp=f58abba157532701536d3e43c7291df5e8bee67a;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git 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 #include #include #include using std::list; +using dcp::raw_convert; bool ImageFilenameSorter::operator() (boost::filesystem::path a, boost::filesystem::path b)