1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-17 17:52:11 +01:00

[d3d11] Add <unordered_map> include

Fixes #201.
This commit is contained in:
Philip Rebohle 2018-03-24 18:54:00 +01:00
parent 0900e1b5f9
commit 4ed007e9f6
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,3 +1,5 @@
#include <unordered_map>
#include "d3d11_options.h"
namespace dxvk {