summaryrefslogtreecommitdiff
path: root/src/wx/static_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/static_text.h')
-rw-r--r--src/wx/static_text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/static_text.h b/src/wx/static_text.h
index f690815eb..bb9ee612c 100644
--- a/src/wx/static_text.h
+++ b/src/wx/static_text.h
@@ -20,7 +20,10 @@
#include "i18n_hook.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
class StaticText : public wxStaticText, public I18NHook