From 8e8f0a7900040de1ad4b879a582e2942a10356ab Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 10 Apr 2023 07:17:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0protobuf=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- libprotobuf_lite.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf_lite.map b/libprotobuf_lite.map index 2542927..bdab008 100644 --- a/libprotobuf_lite.map +++ b/libprotobuf_lite.map @@ -502,6 +502,7 @@ "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&)"; + "google::protobuf::RepeatedField::Add(unsigned long long const&)"; }; local: *; -- Gitee