diff options
Diffstat (limited to 'src/lib/openjpip/byte_manager.h')
| -rw-r--r-- | src/lib/openjpip/byte_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/byte_manager.h b/src/lib/openjpip/byte_manager.h index 57a7d501..02c806e0 100644 --- a/src/lib/openjpip/byte_manager.h +++ b/src/lib/openjpip/byte_manager.h @@ -32,8 +32,8 @@ #define BYTE_MANAGER_H_ #include <stddef.h> +#include <stdint.h> #include "openjpeg.h" -#include "opj_stdint.h" typedef uint8_t Byte_t; typedef uint16_t Byte2_t; typedef uint32_t Byte4_t; |
