diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-30 02:53:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-30 02:53:05 +0100 |
| commit | 18fc1be983098c0b95bce8619bffce46179c7a51 (patch) | |
| tree | f6b0422b358ebba133f1eaf00391599098f553dc | |
| parent | 2e9e587a3a4f9a57969d0d6ed80d6bd5c5b0ccc7 (diff) | |
Fix build error.v2.15.111
| -rw-r--r-- | src/wx/verify_dcp_progress_dialog.h | 2 |
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 |
