ImHex/lib/external/jthread/includes/jthread.hpp

7 lines
126 B
C++

#pragma once
#if __cpp_lib_jthread >= 201911L
#include <thread>
#else
#include "../jthread/source/jthread.hpp"
#endif