build: Improve unity builds

This commit is contained in:
WerWolv
2024-01-29 21:18:32 +01:00
parent 6a146e239a
commit 2e74a78f46
9 changed files with 21 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
#if defined(OS_WINDOWS)
#include <windows.h>
#include <shellapi.h>
#elif defined(OS_LINUX)
#include <unistd.h>
#include <hex/helpers/utils_linux.hpp>