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
All checks were successful
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 5m44s
This commit is contained in:
parent
37469d02df
commit
a2cf4b7d09
@ -37,7 +37,7 @@ All rights reserved.
|
||||
#pragma endregion
|
||||
|
||||
#include "GameEvent.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::unique_ptr<GameEvent>>GameEvent::events;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user