1
0
mirror of synced 2025-01-25 15:53:43 +01:00

fix: Missing emscripten include

This commit is contained in:
WerWolv 2024-12-25 16:19:50 +01:00
parent 9e83d9e68c
commit 61cae0a9f8

View File

@ -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;