From d4fb42afc4c5e76ac6994880b99d6b40de261f55 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Sat, 3 Jan 2026 20:33:02 +0800 Subject: [PATCH] [Action] fix error: unknown type name 'uint8_t' --- src/Core/fig_string.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/fig_string.hpp b/src/Core/fig_string.hpp index 8c75acd..1d74a86 100644 --- a/src/Core/fig_string.hpp +++ b/src/Core/fig_string.hpp @@ -1,6 +1,7 @@ #pragma once #include #include +#include namespace Fig {