[redcode/crythread-2nd-pass] fixed missing includes

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-08-11 12:59:32 -07:00
parent 6f2b7baae8
commit ce7598c10b
4 changed files with 5 additions and 1 deletions
@@ -96,7 +96,7 @@ namespace AZ
void UnregisterFont(const char* fontName);
private:
using FontMap = std::unordered_map<AzFramework::FontId, FFont*>;
using FontMap = AZStd::unordered_map<AzFramework::FontId, FFont*>;
using FontMapItor = FontMap::iterator;
using FontMapConstItor = FontMap::const_iterator;