From 173edf62a1c876156a17fde57215dd4a2549b9a2 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 30 Jan 2025 20:37:01 +0900 Subject: [PATCH] portability: added cstdint header properly. gcc15 is more strict at the header inclusion, thorvg header should specify it since it reply on it. issue: https://github.com/godotengine/godot/pull/102022#discussion_r1929547647 --- inc/thorvg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/thorvg.h b/inc/thorvg.h index 8e3ab4e6..f515a031 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1,6 +1,7 @@ #ifndef _THORVG_H_ #define _THORVG_H_ +#include #include #include #include