[redcode/crythread-2nd-pass] fixed missing includes
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user