include time.h for windows struture tm

This commit is contained in:
lion 2025-09-22 23:47:38 +08:00
parent 355c0d8673
commit 75893f0331

View File

@ -12,6 +12,8 @@
// for Linux
#ifdef XDB_LINUX
#include "sys/time.h"
#elif XDB_WINDOWS
#include <time.h>
#endif
// @Note: since 2023/10/13 to compatible with the windows system