Skip to content

Commit

Permalink
Add missing include for unordered_map
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored Aug 10, 2022
1 parent 2caf201 commit 5c9fae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stratagus/translator.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#pragma once

#include <unordered_map>

#include "util/singleton.h"

#include <QTranslator>
Expand Down

0 comments on commit 5c9fae1

Please sign in to comment.