diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-19 00:07:47 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-19 00:27:26 +0300 |
commit | 026a62a52ed322d56c219ff83a92d72921d0eca1 (patch) | |
tree | 1f554629ee0a6f10d9d54c5cc29f2823a671407a /contrib/libs/openjpeg/opj_includes.h | |
parent | 693fac488e3b7a0c87befe82ef47947dbf5c3f91 (diff) | |
download | ydb-026a62a52ed322d56c219ff83a92d72921d0eca1.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/openjpeg/opj_includes.h')
-rw-r--r-- | contrib/libs/openjpeg/opj_includes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/openjpeg/opj_includes.h b/contrib/libs/openjpeg/opj_includes.h index 9f8b067f5b..787d029d3f 100644 --- a/contrib/libs/openjpeg/opj_includes.h +++ b/contrib/libs/openjpeg/opj_includes.h @@ -55,6 +55,8 @@ #include <ctype.h> #include <assert.h> #include <limits.h> +#include <stdint.h> +#include <inttypes.h> /* Use fseeko() and ftello() if they are available since they use @@ -218,7 +220,6 @@ typedef unsigned int OPJ_BITFIELD; #define OPJ_UNUSED(x) (void)x -#include "opj_inttypes.h" #include "opj_clock.h" #include "opj_malloc.h" #include "event.h" |