diff options
Diffstat (limited to 'src/wx/film_name_location_dialog.cc')
| -rw-r--r-- | src/wx/film_name_location_dialog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_name_location_dialog.cc b/src/wx/film_name_location_dialog.cc index 516ed86ae..098676a9e 100644 --- a/src/wx/film_name_location_dialog.cc +++ b/src/wx/film_name_location_dialog.cc @@ -22,11 +22,12 @@ #include "check_box.h" #include "film_name_location_dialog.h" #include "wx_util.h" +/* This must come after wx_util.h as it defines DCPOMATIC_USE_OWN_PICKER */ #ifdef DCPOMATIC_USE_OWN_PICKER #include "dir_picker_ctrl.h" #endif -#include "lib/config.h" #include "lib/compose.hpp" +#include "lib/config.h" #include <wx/stdpaths.h> #include <boost/filesystem.hpp> |
