fix: include windows.h directly to avoid missing arch on build

This commit is contained in:
2025-12-08 23:15:05 +03:00
parent f968e23541
commit ae5ce52d1d
2 changed files with 6 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
#include <stdexcept>
#ifdef _WIN32
#include "libloaderapi.h"
#include "windows.h"
#endif
namespace clrsync::core