From 4188c13780dc315ea758087fd39ede88a9b8903a Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:37:15 +0100 Subject: [PATCH] Core: add character conversion header to PCH Wil be used for JSON_ParseNumber optimizations --- src/core/shared_pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/shared_pch.h b/src/core/shared_pch.h index 736212cd..490c0a24 100644 --- a/src/core/shared_pch.h +++ b/src/core/shared_pch.h @@ -47,6 +47,7 @@ #include #include #include +#include #include