[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
@@ -6,7 +6,9 @@
#endif
#ifdef _WIN32
#define NOMINMAX // prevent Windows.h from defining min and max macros
# ifndef NOMINMAX
#define NOMINMAX 1 // prevent Windows.h from defining min and max macros
#endif
#endif
// ================== MobileGL definitions and macros =================== //