summaryrefslogtreecommitdiff
path: root/src/wx/templates_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/templates_dialog.h')
-rw-r--r--src/wx/templates_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/templates_dialog.h b/src/wx/templates_dialog.h
index 8ef0d956c..4a55e0beb 100644
--- a/src/wx/templates_dialog.h
+++ b/src/wx/templates_dialog.h
@@ -18,8 +18,11 @@
*/
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
#include <wx/listctrl.h>
+DCPOMATIC_ENABLE_WARNINGS
#include <boost/signals2.hpp>
class TemplatesDialog : public wxDialog