]> granicus.if.org Git - openjpeg/commitdiff
[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)
authorMickael Savinaud <savmickael@users.noreply.github.com>
Tue, 4 Dec 2012 12:20:30 +0000 (12:20 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Tue, 4 Dec 2012 12:20:30 +0000 (12:20 +0000)
src/lib/openjpip/boxheader_manager.h
src/lib/openjpip/byte_manager.h

index 91092df912abd1d8f589820487c8ef815ab4f71c..d12d07326f3c36d8d385afff1dd2a11f125683a3 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef        BOXHEADER_MANAGER_H_
 # define       BOXHEADER_MANAGER_H_
 
+#include "openjpeg.h"
 #include "byte_manager.h"
 #include "box_manager.h"
 
index 696c1f69225f7ce31977a09e51d11baa55721987..62aea8b466c6804742d9dd3392b05bdc39cbb2ae 100644 (file)
@@ -32,6 +32,7 @@
 #define        BYTE_MANAGER_H_
 
 #include <stddef.h>
+#include "openjpeg.h"
 #include "opj_stdint.h"
 typedef uint8_t Byte_t;
 typedef uint16_t Byte2_t;