summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-09 14:52:06 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-09 14:52:06 +0200
commitb17c280ea98f89fe141e9ef2a8372316c44e0155 (patch)
tree30dfffd829de1661a7950a3acf62c9a45f497bc9
parent855789bd6991a41ff76c85e5b316557b9c023c81 (diff)
Missing include.
-rw-r--r--src/lib/cross_windows.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc
index 12fb5efa0..054961578 100644
--- a/src/lib/cross_windows.cc
+++ b/src/lib/cross_windows.cc
@@ -29,6 +29,7 @@
#include "exceptions.h"
#include "dcpomatic_assert.h"
#include "util.h"
+#include <dcp/file.h>
#include <dcp/raw_convert.h>
#include <glib.h>
extern "C" {