diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:31:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-06 00:31:01 +0200 |
| commit | d4651b1595eb0aab4d956795f757302fef2f31d7 (patch) | |
| tree | e13615309a488305f80a9be56c09fa8a318d3e2a | |
| parent | 5898158750b1f898d35b51ad80ba25c24c830505 (diff) | |
Missing include.
| -rw-r--r-- | src/lib/ext.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ext.cc b/src/lib/ext.cc index 7853984cf..81a0edefe 100644 --- a/src/lib/ext.cc +++ b/src/lib/ext.cc @@ -27,6 +27,7 @@ #include "exceptions.h" #include "ext.h" #include "nanomsg.h" +#include <dcp/file.h> #ifdef DCPOMATIC_LINUX #include <linux/fs.h> |
