summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/language_tag_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/language_tag_dialog.h b/src/wx/language_tag_dialog.h
index 3fc5251b8..1199e2d53 100644
--- a/src/wx/language_tag_dialog.h
+++ b/src/wx/language_tag_dialog.h
@@ -19,8 +19,11 @@
*/
+#include "lib/warnings.h"
#include <dcp/language_tag.h>
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
class wxListCtrl;