mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d9] Add missing vector header
Fixes compilation under MSYS2's clang backend.
This commit is contained in:
parent
715493cd75
commit
08424ccb2e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#include <winbase.h>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace dxvk {
|
||||
|
||||
class D3D9MemoryAllocator;
|
||||
|
|
Loading…
Add table
Reference in a new issue