summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-30 02:53:05 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-30 02:53:05 +0100
commit18fc1be983098c0b95bce8619bffce46179c7a51 (patch)
treef6b0422b358ebba133f1eaf00391599098f553dc /src
parent2e9e587a3a4f9a57969d0d6ed80d6bd5c5b0ccc7 (diff)
Fix build error.v2.15.111
Diffstat (limited to 'src')
-rw-r--r--src/wx/verify_dcp_progress_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_progress_dialog.h b/src/wx/verify_dcp_progress_dialog.h
index 5545b3a09..7dd0c7495 100644
--- a/src/wx/verify_dcp_progress_dialog.h
+++ b/src/wx/verify_dcp_progress_dialog.h
@@ -18,7 +18,7 @@
*/
-
+#include "lib/warnings.h"
DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
DCPOMATIC_ENABLE_WARNINGS