[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)

This commit is contained in:
Mickael Savinaud 2012-12-04 12:20:30 +00:00
parent 59aa37fe2b
commit 82dad8e629
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;