mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-29 17:52:18 +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 <unordered_map>
|
||||
|
||||
namespace dxvk::hud {
|
||||
|
||||
const std::unordered_map<std::string, HudElement> g_hudElements = {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user