tiff2vips: ensure stdint.h in included for uint32_t (#3040)

This commit is contained in:
Lovell Fuller 2022-09-11 13:41:30 +01:00 committed by GitHub
parent 81dc91927d
commit c9de7b2b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <vips/vips.h>