diff options
Diffstat (limited to 'src/bin/jp2/converttif.c')
| -rw-r--r-- | src/bin/jp2/converttif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/converttif.c b/src/bin/jp2/converttif.c index c2e7d1cb..e47a48d7 100644 --- a/src/bin/jp2/converttif.c +++ b/src/bin/jp2/converttif.c @@ -43,6 +43,7 @@ #include <string.h> #include <ctype.h> #include <limits.h> +#include <inttypes.h> #ifndef OPJ_HAVE_LIBTIFF # error OPJ_HAVE_LIBTIFF_NOT_DEFINED @@ -51,7 +52,6 @@ #include <tiffio.h> #include "openjpeg.h" #include "convert.h" -#include "opj_inttypes.h" /* -->> -->> -->> -->> |
