mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
[hud] Added <unordered_map> include to satisfy some compilers
This commit is contained in:
parent
1c22ae9796
commit
0b2e88b087
@ -1,5 +1,7 @@
|
|||||||
#include "dxvk_hud_config.h"
|
#include "dxvk_hud_config.h"
|
||||||
|
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace dxvk::hud {
|
namespace dxvk::hud {
|
||||||
|
|
||||||
const std::unordered_map<std::string, HudElement> g_hudElements = {{
|
const std::unordered_map<std::string, HudElement> g_hudElements = {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user