sys: std::jthread -> std::thread to support libc++

This commit is contained in:
WerWolv
2021-12-07 23:36:28 +01:00
parent 808b051a3e
commit ea4f4c45cb
3 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#include <hex/api/content_registry.hpp>
#include <hex/api/event.hpp>
#include "content/providers/file_provider.hpp"
#include "content/providers/gdb_provider.hpp"
#include "content/providers/file_provider.hpp"
namespace hex::plugin::builtin {