We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ad395 commit ca1bfbdCopy full SHA for ca1bfbd
modules/util/base64.h
@@ -20,6 +20,7 @@
20
#ifndef TBOX_UTIL_BASE64_H_20221229
21
#define TBOX_UTIL_BASE64_H_20221229
22
23
+#include <cstdint>
24
#include <string>
25
#include <vector>
26
modules/util/timestamp.cpp
@@ -19,6 +19,7 @@
19
*/
#include "timestamp.h"
#include <sys/time.h>
+#include <time.h>
namespace tbox {
namespace util {
@@ -76,5 +77,3 @@ std::string GetLocalTimeString(uint32_t sec)
76
77
78
}
79
-
80
version.mk
@@ -21,4 +21,4 @@
# TBOX版本号
TBOX_VERSION_MAJOR := 1
TBOX_VERSION_MINOR := 10
-TBOX_VERSION_REVISION := 23
+TBOX_VERSION_REVISION := 24
0 commit comments