From 47e00f7b62b0717d09504d63e9d53404250609de Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Mon, 2 Mar 2026 00:04:54 +0800 Subject: feat: improve mouse input handling --- Minecraft.Client/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Minecraft.Client/stdafx.h') diff --git a/Minecraft.Client/stdafx.h b/Minecraft.Client/stdafx.h index 60cd4667..4ae4250e 100644 --- a/Minecraft.Client/stdafx.h +++ b/Minecraft.Client/stdafx.h @@ -66,6 +66,7 @@ typedef unsigned __int64 __uint64; #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include +#include #include #include // TODO: reference additional headers your program requires here -- cgit v1.2.3