diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-09 14:52:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-09 14:52:06 +0200 |
| commit | b17c280ea98f89fe141e9ef2a8372316c44e0155 (patch) | |
| tree | 30dfffd829de1661a7950a3acf62c9a45f497bc9 | |
| parent | 855789bd6991a41ff76c85e5b316557b9c023c81 (diff) | |
Missing include.
| -rw-r--r-- | src/lib/cross_windows.cc | 1 |
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" { |
