X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_name_location_dialog.h;h=f2f0826803c3ec98ec1deddc13ea4252f1b2eb07;hp=cfa29670154db5e4751a23697ce10231b7c74eaa;hb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;hpb=7555175e605aab5567020ce48b00bfa6f4d2b726 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 -#include #include "wx_util.h" #include "table_dialog.h" +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS +#include +#include +DCPOMATIC_ENABLE_WARNINGS class DirPickerCtrl;