From 6dfdd9032892f933a2cd23470ccd03149d114811 Mon Sep 17 00:00:00 2001 From: VivyaCC <21315274+enginelesscc@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:13:30 +0100 Subject: win cpp23 compat: Minecraft.World --- Minecraft.World/stdafx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Minecraft.World/stdafx.h') diff --git a/Minecraft.World/stdafx.h b/Minecraft.World/stdafx.h index 2e170ad2..37ec371f 100644 --- a/Minecraft.World/stdafx.h +++ b/Minecraft.World/stdafx.h @@ -4,9 +4,8 @@ // #pragma once -#include - #ifdef _WINDOWS64 +#define _HAS_STD_BYTE 0 // solve (std::)'byte' ambiguity with windows headers #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include @@ -16,6 +15,8 @@ #include #endif +#include + #ifdef _DURANGO #include #include -- cgit v1.2.3