Add <memory> header to KREngine-common.h to fix Linux CI builds

This commit is contained in:
2023-12-07 23:16:10 -08:00
parent 62158307a3
commit 3bd92cf068

View File

@@ -49,6 +49,7 @@ using namespace kraken;
#include <set>
#include <list>
#include <map>
#include <memory>
#include <variant>
#include <algorithm>
#include <stack>