tiff2vips: ensure stdint.h in included for uint32_t (#3040)
This commit is contained in:
parent
81dc91927d
commit
c9de7b2b15
@ -254,6 +254,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <vips/vips.h>
|
||||
|
Loading…
Reference in New Issue
Block a user