From 335608f5b4f4a3a5dcb2630be1c6c539b8674a90 Mon Sep 17 00:00:00 2001 From: dog Date: Thu, 23 Sep 2021 14:59:55 +0800 Subject: [PATCH] fix limits.h codex Signed-off-by: hongtao --- base/src/unicode_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/unicode_ex.cpp b/base/src/unicode_ex.cpp index 3ef4f9b..e972965 100755 --- a/base/src/unicode_ex.cpp +++ b/base/src/unicode_ex.cpp @@ -15,9 +15,9 @@ #include "unicode_ex.h" #include "utils_log.h" +#include #include #include -#include using namespace std; /***************************************UTF8 and UTF16 unicode********************************************** UTF8 -- Gitee