mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
build: Use custom jthread implementation if standard one is not available
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#if defined(OS_WEB)
|
||||
#include <jthread.hpp>
|
||||
#endif
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
|
||||
@@ -12,9 +12,7 @@
|
||||
#include <list>
|
||||
#include <condition_variable>
|
||||
|
||||
#if defined(OS_WEB)
|
||||
#include <jthread.hpp>
|
||||
#endif
|
||||
|
||||
namespace hex {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user