[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
1 changed files with 2 additions and 0 deletions

View File

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