fix: More build errors

This commit is contained in:
WerWolv
2024-01-30 16:32:48 +01:00
parent c2ff6f4e6b
commit f4d1049be4
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#if defined(OS_WINDOWS)
#include <windows.h>
#include <processthreadsapi.h>
#include <hex/helpers/utils.hpp>
#else
#include <pthread.h>
#endif