From b1628f67d97d4ec7bd0b1f2451a2fed78a4bc4a9 Mon Sep 17 00:00:00 2001 From: Aaron Jomy <75925957+maximusron@users.noreply.github.com> Date: Tue, 28 May 2024 16:44:18 +0200 Subject: [PATCH] Add cstdint header in advancedcpp.h for gcc13 (#86) --- test/advancedcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/advancedcpp.h b/test/advancedcpp.h index d09e799f..ca37831a 100644 --- a/test/advancedcpp.h +++ b/test/advancedcpp.h @@ -2,7 +2,7 @@ #include #include #include - +#include //=========================================================================== #define DECLARE_DEFAULTERS(type, tname) \