fix: Missing emscripten include
This commit is contained in:
parent
9e83d9e68c
commit
61cae0a9f8
@ -6,6 +6,10 @@
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#if defined(OS_WEB)
|
||||
#include <emscripten.h>
|
||||
#endif
|
||||
|
||||
namespace hex {
|
||||
|
||||
static AutoReset<std::unordered_map<std::string, std::unordered_map<std::string, std::unique_ptr<Achievement>>>> s_achievements;
|
||||
|
Loading…
x
Reference in New Issue
Block a user