fix: Missing <mutex> include

This commit is contained in:
WerWolv
2025-08-17 17:48:49 +02:00
parent 599b339e5d
commit ef3678bfaf

View File

@@ -6,6 +6,8 @@
#include <nlohmann/json.hpp>
#include <mutex>
namespace hex {
namespace LocalizationManager {