diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:52:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:52:53 +0100 |
| commit | 1dc6582928b72c151c2ba5c3b8e9b9fd16905e3e (patch) | |
| tree | 82a5dc7c90a077d4c6d4223e6ed8083ed84e6a07 /src | |
| parent | 95c0bd115eacf76e3794de8558ccd4e1d8d34a4a (diff) | |
Build fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/verify_dcp_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_dialog.h b/src/wx/verify_dcp_dialog.h index ecc7d2277..86cbabab3 100644 --- a/src/wx/verify_dcp_dialog.h +++ b/src/wx/verify_dcp_dialog.h @@ -23,7 +23,8 @@ DCPOMATIC_DISABLE_WARNINGS #include <wx/wx.h> DCPOMATIC_ENABLE_WARNINGS -#include <list> +#include <map> + class wxRichTextCtrl; class VerifyDCPJob; |
