summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2013-02-02 18:12:17 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2013-02-02 18:12:17 +0000
commit981fad220f11ac4c7974793959dab1e1749291fb (patch)
tree31db7bec8e0e4262a3ae04a8ebfcefcc49d7c2a8
parent62b6625a2fcf0dfecdda9952c36732618aa71b92 (diff)
[b2.x.x] backport into 2.x.x the rev 2253 of trunk
-rw-r--r--src/lib/openjpip/boxheader_manager.h1
-rw-r--r--src/lib/openjpip/byte_manager.h1
2 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+#include "openjpeg.h"
#include "opj_stdint.h"
typedef uint8_t Byte_t;
typedef uint16_t Byte2_t;