Skip to content

Commit 5c9fae1

Browse files
authored
Add missing include for unordered_map
1 parent 2caf201 commit 5c9fae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stratagus/translator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
#pragma once
2828

29+
#include <unordered_map>
30+
2931
#include "util/singleton.h"
3032

3133
#include <QTranslator>

0 commit comments

Comments
 (0)