From 7c6cec2f54c491befb26692dd1e6a166722e9825 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 14 May 2025 16:29:00 +0200 Subject: [PATCH] Fix 32bit build 64bit MSVC (#84) --- LEGO1/mxdirectx/legodxinfo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/mxdirectx/legodxinfo.cpp b/LEGO1/mxdirectx/legodxinfo.cpp index b389a080..b81c2888 100644 --- a/LEGO1/mxdirectx/legodxinfo.cpp +++ b/LEGO1/mxdirectx/legodxinfo.cpp @@ -2,6 +2,9 @@ #include #include // for vsprintf +#if defined(_MSC_VER) && _MSC_VER >= 1310 +#include +#endif // File name validated by BETA10 0x1011cba3; directory unknown