diff --git a/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp b/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp index 9daaa778bb9..584f9c51dd6 100644 --- a/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp +++ b/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp @@ -2268,6 +2268,10 @@ MingwBackend::DetectMicrosoftLinker ( std::string& version ) // TODO? attempt to support Microsoft tools on non-Windows? #if !defined(WIN32) +#include "../../pch.h" + +#include "mingw.h" + bool MingwBackend::DetectMicrosoftCompiler ( std::string& ) {