Fix compilation error on Windows.

This commit is contained in:
Skyth 2024-12-16 21:41:43 +03:00
parent 472f5cc4c6
commit 20bf465448

View file

@ -1,5 +1,9 @@
#pragma once #pragma once
#ifdef _WIN32
#include <Windows.h>
#endif
#include <dxcapi.h> #include <dxcapi.h>
#include <bit> #include <bit>