mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
d3d12: Fixes compile error with mingw/gcc-x64 when static linkage to runtime library
Closes #6968 Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Suggested-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Tested-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17889>
This commit is contained in:
parent
f9b95667fd
commit
b6fb2da6f2
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include <dxgi1_4.h>
|
||||
#include <directx/d3d12.h>
|
||||
#include <wrl.h>
|
||||
#include <dxguids/dxguids.h>
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue