From bf450dba2c4c8d5a2c511b1e3c48e1a2b3e3adff Mon Sep 17 00:00:00 2001 From: gal kahana Date: Tue, 17 Oct 2023 13:32:18 +0300 Subject: [PATCH] feat: use stdint instead of cstdint, conforming to c99 instead of c+11 (#230) --- PDFWriter/TIFFImageHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDFWriter/TIFFImageHandler.h b/PDFWriter/TIFFImageHandler.h index ade97209..468317e4 100644 --- a/PDFWriter/TIFFImageHandler.h +++ b/PDFWriter/TIFFImageHandler.h @@ -81,7 +81,7 @@ #include #include #include -#include +#include