diff options
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index f47408a4f..afbe9ed2e 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -32,13 +32,16 @@ #include "lib/util.h" #include "lib/cross.h" #include "lib/exceptions.h" +#include "lib/warnings.h" #include <dcp/locale_convert.h> #include <dcp/exceptions.h> #include <dcp/certificate_chain.h> +DCPOMATIC_DISABLE_WARNINGS #include <wx/stdpaths.h> #include <wx/preferences.h> #include <wx/spinctrl.h> #include <wx/filepicker.h> +DCPOMATIC_ENABLE_WARNINGS #include <RtAudio.h> #include <boost/filesystem.hpp> #include <boost/foreach.hpp> |
