From aef5ccf9691407ea69c3d7b9e820448e3604b48f Mon Sep 17 00:00:00 2001 From: zhangcui Date: Wed, 29 Mar 2023 05:36:25 +0000 Subject: [PATCH] =?UTF-8?q?protobuf=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangcui --- libprotobuf_lite.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf_lite.map b/libprotobuf_lite.map index 609e2fc..7c52196 100644 --- a/libprotobuf_lite.map +++ b/libprotobuf_lite.map @@ -491,6 +491,7 @@ "google::protobuf::ReplaceCharacters(std::__1::basic_string, std::__1::allocator >*, char const*, char)"; "google::protobuf::strings::CHexEscape(std::__1::basic_string, std::__1::allocator > const&)"; "google::protobuf::GlobalReplaceSubstring(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator >*)"; + "google::protobuf::RepeatedField::Add(unsigned long const&)"; }; local: *; -- Gitee