Fix win32 somewhat?

This commit is contained in:
2025-04-16 08:42:34 -05:00
parent 1a96310a66
commit 1459f9ced7
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,10 @@
#include "CrossLang.hpp"
#if defined(_WIN32)
#include <windows.h>
#include <time.h>
#undef min
#undef max
#else
#include <unistd.h>
#endif