Skip to content

Commit ca1bfbd

Browse files
committed
fix(util):1.10.24, 解决个别环境编译错误的问题
1 parent 31ad395 commit ca1bfbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/util/base64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef TBOX_UTIL_BASE64_H_20221229
2121
#define TBOX_UTIL_BASE64_H_20221229
2222

23+
#include <cstdint>
2324
#include <string>
2425
#include <vector>
2526

modules/util/timestamp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020
#include "timestamp.h"
2121
#include <sys/time.h>
22+
#include <time.h>
2223

2324
namespace tbox {
2425
namespace util {
@@ -76,5 +77,3 @@ std::string GetLocalTimeString(uint32_t sec)
7677

7778
}
7879
}
79-
80-

version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# TBOX版本号
2222
TBOX_VERSION_MAJOR := 1
2323
TBOX_VERSION_MINOR := 10
24-
TBOX_VERSION_REVISION := 23
24+
TBOX_VERSION_REVISION := 24

0 commit comments

Comments
 (0)