mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Missing pthread include
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
|
||||
#if defined (OS_WINDOWS)
|
||||
#include <windows.h>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#elif defined (OS_MACOS)
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user