[+] Added standard STL includes under AUE_OUT_OF_ECOSYSTEM

This commit is contained in:
Reece Wilson 2021-10-28 21:51:10 +00:00
parent c64aa966e7
commit d71ff64c00

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>