mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 16:30:02 -05:00
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 |