[+] Added standard STL includes under AUE_OUT_OF_ECOSYSTEM

master
Reece Wilson 2021-10-28 21:51:10 +00:00
parent c64aa966e7
commit d71ff64c00
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
#if defined(AUE_OUT_OF_ECOSYSTEM)
#include <unordered_map>
#include <string>
#include <functional>
#if !defined(AU_AuHashMap)
#define AU_AuHashMap
template<typename T, typename Z>