From 6f61b1e1da4fbfd8982fd4c3f9872836394992c9 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sat, 30 Apr 2022 03:05:23 +0800 Subject: [PATCH] d3d12/wgl/test: Fixes wgl_tests.cpp for d3d12 with mingw wgl needs dxguids/dxguids.h for correct GUID Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp b/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp index deda2034b85..f6d56ba3fe7 100644 --- a/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp +++ b/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp @@ -145,6 +145,7 @@ TEST(wgl, basic_create) * the environment isn't set up to run them. */ #include +#include #include #include using Microsoft::WRL::ComPtr;