fix miss types
Some checks failed
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 58s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m2s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1m1s
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 53s
linux-x64-gcc / linux-gcc (push) Failing after 50s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1m9s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m26s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m37s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m19s

This commit is contained in:
tqcq 2023-12-12 10:14:10 +08:00
parent b0135ddb71
commit 2a8b1d873e

View File

@ -6,6 +6,7 @@
#define ULIB_SRC_LOG_LOGGER_H_
#include "level.h"
#include "ulib/base/types.h"
#include <string.h>
namespace tqcq {