1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[d3d9] Add missing vector header

Fixes compilation under MSYS2's clang backend.
This commit is contained in:
Rosen Penev 2022-08-02 04:10:12 -07:00 committed by GitHub
parent 715493cd75
commit 08424ccb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@
#include <winbase.h>
#endif
#include <vector>
namespace dxvk {
class D3D9MemoryAllocator;