summaryrefslogtreecommitdiff
path: root/src/wx/about_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/about_dialog.h')
-rw-r--r--src/wx/about_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/about_dialog.h b/src/wx/about_dialog.h
index c19654599..f3bb65a6c 100644
--- a/src/wx/about_dialog.h
+++ b/src/wx/about_dialog.h
@@ -22,7 +22,10 @@
* @brief The "about DCP-o-matic" dialogue box.
*/
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
class wxNotebook;