mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2025-10-30 07:12:17 +00:00
Fix compilation error on Windows.
This commit is contained in:
parent
472f5cc4c6
commit
20bf465448
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include <dxcapi.h>
|
||||
|
||||
#include <bit>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue