summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/byte_manager.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-12-04 12:20:30 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-12-04 12:20:30 +0000
commit82dad8e629356907121f9b91fcc2826fc8066ec2 (patch)
tree3afd20f50d3611bfd4935416251bf78adb2f57b4 /src/lib/openjpip/byte_manager.h
parent59aa37fe2bfed224e465382e84a9170d9d73377a (diff)
[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)
Diffstat (limited to 'src/lib/openjpip/byte_manager.h')
-rw-r--r--src/lib/openjpip/byte_manager.h1
1 files changed, 1 insertions, 0 deletions
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 <stddef.h>
+#include "openjpeg.h"
#include "opj_stdint.h"
typedef uint8_t Byte_t;
typedef uint16_t Byte2_t;