summaryrefslogtreecommitdiff
path: root/src/lib/unzipper.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-09 22:37:25 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-10 20:50:32 +0200
commit392d4e0acfa5e6e7fe162bdbf30127e162402e02 (patch)
treeca5a9ef35dcaccdb26522828465bce6f82d626c4 /src/lib/unzipper.cc
parent62c34b28567a097e8f22576e7d7891bd3dbe0ac0 (diff)
Add missing #includes.
Diffstat (limited to 'src/lib/unzipper.cc')
-rw-r--r--src/lib/unzipper.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/unzipper.cc b/src/lib/unzipper.cc
index 9dc936111..d0f30f01f 100644
--- a/src/lib/unzipper.cc
+++ b/src/lib/unzipper.cc
@@ -22,6 +22,7 @@
#include "dcpomatic_assert.h"
#include "exceptions.h"
#include "unzipper.h"
+#include <dcp/array_data.h>
#include <dcp/filesystem.h>
#include <dcp/scope_guard.h>
#include <zip.h>