fixed a header not being imported on Windows

This commit is contained in:
IonutParau 2025-07-11 23:55:37 +02:00
parent 6c96efe3cb
commit a5844c8728

View File

@ -5,6 +5,7 @@
#ifdef NN_POSIX #ifdef NN_POSIX
#include <time.h> #include <time.h>
#else #else
#include <time.h>
#include <windows.h> #include <windows.h>
#endif #endif