diff options
Diffstat (limited to 'src/wx/film_name_location_dialog.h')
| -rw-r--r-- | src/wx/film_name_location_dialog.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/wx/film_name_location_dialog.h b/src/wx/film_name_location_dialog.h index cfa296701..f2f082680 100644 --- a/src/wx/film_name_location_dialog.h +++ b/src/wx/film_name_location_dialog.h @@ -18,10 +18,13 @@ */ -#include <wx/wx.h> -#include <wx/filepicker.h> #include "wx_util.h" #include "table_dialog.h" +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS +#include <wx/wx.h> +#include <wx/filepicker.h> +DCPOMATIC_ENABLE_WARNINGS class DirPickerCtrl; |
