mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-27 23:40:27 -05:00
f0465c63ed
Co-authored-by: Nik <werwolv98@gmail.com>
7 lines
126 B
C++
7 lines
126 B
C++
#pragma once
|
|
|
|
#if __cpp_lib_jthread >= 201911L
|
|
#include <thread>
|
|
#else
|
|
#include "../jthread/source/jthread.hpp"
|
|
#endif |