summaryrefslogtreecommitdiff
path: root/src/wx/repeat_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/repeat_dialog.h')
-rw-r--r--src/wx/repeat_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wx/repeat_dialog.h b/src/wx/repeat_dialog.h
index 0c4fb6a86..38d896c8f 100644
--- a/src/wx/repeat_dialog.h
+++ b/src/wx/repeat_dialog.h
@@ -18,9 +18,12 @@
*/
+#include "table_dialog.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
#include <wx/spinctrl.h>
-#include "table_dialog.h"
+DCPOMATIC_ENABLE_WARNINGS
class RepeatDialog : public TableDialog
{