From 71b068ea2f27c1b68e11cf241dbce4c09ce1c7f3 Mon Sep 17 00:00:00 2001 From: JorySeverijnse Date: Sat, 13 Dec 2025 23:56:23 +0100 Subject: [PATCH] Remove winnt.h include from xmrig.cpp - Remove Windows-specific winnt.h include - Keep only windows.h wrapped in #ifdef _WIN32 - Linux builds should now work without Windows headers --- src/xmrig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xmrig.cpp b/src/xmrig.cpp index 5e7a5d90..34855e91 100644 --- a/src/xmrig.cpp +++ b/src/xmrig.cpp @@ -8,7 +8,6 @@ #ifdef _WIN32 #include #endif -#include #include #include #include