build: Use custom jthread implementation if standard one is not available

This commit is contained in:
WerWolv
2023-11-02 20:21:38 +01:00
parent eefdbe7ef1
commit 407ec1ceb6
11 changed files with 37 additions and 10 deletions

View File

@@ -17,9 +17,7 @@
#include <utility>
#include <vector>
#if defined(OS_WEB)
#include <jthread.hpp>
#endif
#include <nlohmann/json.hpp>

View File

@@ -12,9 +12,7 @@
#include <list>
#include <condition_variable>
#if defined(OS_WEB)
#include <jthread.hpp>
#endif
namespace hex {