summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-10 09:10:29 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-10 09:10:29 +0100
commit2d6dc3ab7212316bc297b7fceea27d12187a6c06 (patch)
tree258a3c36de00869764460f832e175e4267e89562
parent78a9b53324947a22e6cf97251c9be5b85eb81ccf (diff)
Missing include.
-rw-r--r--src/tools/dcpomatic_disk.cc1
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"