fixed a header not being imported on Windows
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#ifdef NN_POSIX
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user