summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-01 11:27:25 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-01 11:27:25 +0000
commita8f8ddd6bda2e258a7b20de9ccc7e5bc19c1d61c (patch)
tree867f266afea00186250f6b992fc2e1204d6c59c5 /src/util.cc
parent4e60579afd2cec1a12dd4ed245111999861ab212 (diff)
Missing includes.openjpeg2
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cc b/src/util.cc
index bb1f9834..3d76d4cb 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -35,6 +35,7 @@
#include <xmlsec/dl.h>
#include <xmlsec/app.h>
#include <xmlsec/crypto.h>
+#include <openjpeg.h>
#include "KM_util.h"
#include "KM_fileio.h"
#include "AS_DCP.h"