From 669e59ff8b916cd72aeff95fff9711535eb732d3 Mon Sep 17 00:00:00 2001 From: toge Date: Tue, 17 Oct 2023 15:50:50 +0900 Subject: [PATCH] include cstdint (#229) --- PDFWriter/TIFFImageHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDFWriter/TIFFImageHandler.h b/PDFWriter/TIFFImageHandler.h index 0c1d2c18..ade97209 100644 --- a/PDFWriter/TIFFImageHandler.h +++ b/PDFWriter/TIFFImageHandler.h @@ -81,7 +81,7 @@ #include #include #include - +#include