1
0
mirror of synced 2024-12-04 12:07:57 +01:00
ImHex/lib/third_party/jthread/includes/jthread.hpp
iTrooz f0465c63ed
build: move third party libraries to lib/third_party (#1417)
Co-authored-by: Nik <werwolv98@gmail.com>
2023-11-12 02:02:54 +01:00

7 lines
126 B
C++

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