Skip to content

Commit

Permalink
[hud] Added <unordered_map> include to satisfy some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Apr 3, 2018
1 parent 1c22ae9 commit 0b2e88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dxvk/hud/dxvk_hud_config.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "dxvk_hud_config.h"

#include <unordered_map>

namespace dxvk::hud {

const std::unordered_map<std::string, HudElement> g_hudElements = {{
Expand Down

0 comments on commit 0b2e88b

Please sign in to comment.