diff options
Diffstat (limited to 'src/wx/kdm_cpl_panel.h')
| -rw-r--r-- | src/wx/kdm_cpl_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/kdm_cpl_panel.h b/src/wx/kdm_cpl_panel.h index 9d6db76c6..4b461b813 100644 --- a/src/wx/kdm_cpl_panel.h +++ b/src/wx/kdm_cpl_panel.h @@ -19,8 +19,11 @@ */ #include "lib/types.h" +#include "lib/warnings.h" #include <boost/filesystem.hpp> +DCPOMATIC_DISABLE_WARNINGS #include <wx/wx.h> +DCPOMATIC_ENABLE_WARNINGS class KDMCPLPanel : public wxPanel { |
