From ccd676f1b91d59da40b4f9c1edda4408fb65e62e Mon Sep 17 00:00:00 2001 From: Sebastian Martin Dicke Date: Thu, 6 Jul 2023 13:46:34 +0200 Subject: [PATCH] include cstdint (#17) --- TinyEXIF.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TinyEXIF.h b/TinyEXIF.h index 56354aa..b03d36b 100644 --- a/TinyEXIF.h +++ b/TinyEXIF.h @@ -34,6 +34,7 @@ #ifndef __TINYEXIF_H__ #define __TINYEXIF_H__ +#include #include #include