[b2.x.x] backport into 2.x.x the rev 2253 of trunk

This commit is contained in:
Mickael Savinaud 2013-02-02 18:12:17 +00:00
parent 62b6625a2f
commit 981fad220f
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#ifndef BOXHEADER_MANAGER_H_
# define BOXHEADER_MANAGER_H_
#include "openjpeg.h"
#include "byte_manager.h"
#include "box_manager.h"

View 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;