1
0
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:
Philip Rebohle 2018-04-03 16:27:16 +02:00
parent 1c22ae9796
commit 0b2e88b087

View File

@ -1,5 +1,7 @@
#include "dxvk_hud_config.h"
#include <unordered_map>
namespace dxvk::hud {
const std::unordered_map<std::string, HudElement> g_hudElements = {{