Missing includes. openjpeg2
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Dec 2014 11:27:25 +0000 (11:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Dec 2014 11:27:25 +0000 (11:27 +0000)
src/util.cc
src/xyz_frame.cc

index bb1f9834d26f60b602961cfb84d9f523b9e673a9..3d76d4cb9b81d8c3da285aa54697880db2aa0e2d 100644 (file)
@@ -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"
index 8ea3afba3aeaf5d54d87a2320c839a90efa356eb..4625ffe2ab1843265e012ada448478ba25751a06 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <cassert>
 #include <stdexcept>
+#include <openjpeg.h>
 #include "xyz_frame.h"
 
 using namespace libdcp;