From 2c1cb65949933a05eedb2eacc15cd893ecaef8aa Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Mon, 8 Apr 2024 08:55:47 -0700 Subject: [PATCH] d3d12: Include with lowercase name The Windows SDK file is but MinGW uses . Since Linux is case-sensitive and Windows isn't, use the MinGW casing. Fixes: 05b66efb ("d3d12: Add a debug flag for loading WinPixGpuCapturer.dll") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10970 Part-of: --- src/gallium/drivers/d3d12/d3d12_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/d3d12/d3d12_screen.cpp b/src/gallium/drivers/d3d12/d3d12_screen.cpp index 058e264b874..5e23b59091d 100644 --- a/src/gallium/drivers/d3d12/d3d12_screen.cpp +++ b/src/gallium/drivers/d3d12/d3d12_screen.cpp @@ -57,7 +57,7 @@ #if defined(_WIN32) && defined(_WIN64) && !defined(_GAMING_XBOX) #include -#include +#include #endif #include