From 8e3c7b3a22c89810910ff4dc1199e69a0c0d81fb Mon Sep 17 00:00:00 2001 From: Vitaly Fanaskov Date: Sat, 30 Dec 2023 16:55:23 +0100 Subject: [PATCH] Explicitly include cstdint <3 C++ --- test/writer_default_types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/writer_default_types.hpp b/test/writer_default_types.hpp index b47ccab..6a2cbe4 100644 --- a/test/writer_default_types.hpp +++ b/test/writer_default_types.hpp @@ -12,6 +12,7 @@ #include #include +#include #include #include