[b2.x.x] backport into 2.x.x the rev 2253 of trunk
This commit is contained in:
parent
62b6625a2f
commit
981fad220f
|
@ -31,6 +31,7 @@
|
|||
#ifndef BOXHEADER_MANAGER_H_
|
||||
# define BOXHEADER_MANAGER_H_
|
||||
|
||||
#include "openjpeg.h"
|
||||
#include "byte_manager.h"
|
||||
#include "box_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;
|
||||
|
|
Loading…
Reference in New Issue