1
0
mirror of synced 2024-12-12 16:01:06 +01:00
ImHex/lib/external/jthread/includes/jthread.hpp

7 lines
123 B
C++
Raw Normal View History

#pragma once
#if __has_include(<jthread>)
#include <jthread>
#else
#include "../jthread/source/jthread.hpp"
#endif