From 323aa0f2fc87fc9338cdfa35407d2eb2dbbe7c8e Mon Sep 17 00:00:00 2001 From: Naruto TAKAHASHI Date: Thu, 4 Sep 2025 00:10:22 +0900 Subject: [PATCH] add include stdint.h --- Common/Loader/sstypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/Loader/sstypes.h b/Common/Loader/sstypes.h index eed107f9..34bb305c 100644 --- a/Common/Loader/sstypes.h +++ b/Common/Loader/sstypes.h @@ -3,6 +3,7 @@ #ifdef _MSC_VER #pragma warning(disable : 4819) #endif // _MSC_VER +#include #include #include #include