[Chore] (MG_Test): add missing includes in tests

This commit is contained in:
2025-08-09 23:53:02 +08:00
parent 93ca669929
commit 12335da41b
6 changed files with 19 additions and 4 deletions
+3 -1
View File
@@ -63,7 +63,9 @@
#endif
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
#include <processthreadsapi.h>
#endif