From 73951a21f0ddd0e072e02e2f581b0e18b62bd278 Mon Sep 17 00:00:00 2001 From: dog Date: Thu, 23 Sep 2021 14:59:55 +0800 Subject: [PATCH] fixed 335608f from https://gitee.com/OliverQueengit/utils_native/pulls/18 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 cad6b43..a4ff9fa 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