Include missing <vector> header file to make emscripten compiler happy.
All checks were successful
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 5m44s

This commit is contained in:
sigonasr2 2025-06-16 16:32:17 -04:00
parent 37469d02df
commit a2cf4b7d09

View File

@ -37,7 +37,7 @@ All rights reserved.
#pragma endregion
#include "GameEvent.h"
#include <map>
#include <vector>
std::vector<std::unique_ptr<GameEvent>>GameEvent::events;