mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
7 lines
123 B
C++
Vendored
7 lines
123 B
C++
Vendored
#pragma once
|
|
|
|
#if __has_include(<jthread>)
|
|
#include <jthread>
|
|
#else
|
|
#include "../jthread/source/jthread.hpp"
|
|
#endif |