From: Mickael Savinaud Date: Tue, 4 Dec 2012 12:20:30 +0000 (+0000) Subject: [trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried) X-Git-Tag: version.2.0.1~4^2~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82dad8e629356907121f9b91fcc2826fc8066ec2;p=openjpeg [trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried) --- diff --git a/src/lib/openjpip/boxheader_manager.h b/src/lib/openjpip/boxheader_manager.h index 91092df9..d12d0732 100644 --- a/src/lib/openjpip/boxheader_manager.h +++ b/src/lib/openjpip/boxheader_manager.h @@ -31,6 +31,7 @@ #ifndef BOXHEADER_MANAGER_H_ # define BOXHEADER_MANAGER_H_ +#include "openjpeg.h" #include "byte_manager.h" #include "box_manager.h" diff --git a/src/lib/openjpip/byte_manager.h b/src/lib/openjpip/byte_manager.h index 696c1f69..62aea8b4 100644 --- a/src/lib/openjpip/byte_manager.h +++ b/src/lib/openjpip/byte_manager.h @@ -32,6 +32,7 @@ #define BYTE_MANAGER_H_ #include +#include "openjpeg.h" #include "opj_stdint.h" typedef uint8_t Byte_t; typedef uint16_t Byte2_t;