diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-10 09:10:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-10 09:10:29 +0100 |
| commit | 2d6dc3ab7212316bc297b7fceea27d12187a6c06 (patch) | |
| tree | 258a3c36de00869764460f832e175e4267e89562 | |
| parent | 78a9b53324947a22e6cf97251c9be5b85eb81ccf (diff) | |
Missing include.
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 115dabe46..e2cd108c1 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -29,6 +29,7 @@ #include "wx/wx_signal_manager.h" #include "wx/wx_util.h" #include "lib/config.h" +#include "lib/constants.h" #include "lib/copy_to_drive_job.h" #include "lib/cross.h" #include "lib/dcpomatic_log.h" |
