Browse Source

add Map forward declaration in arena.h

Signed-off-by: DNKpp <dnkpp2011@gmail.com>
DNKpp 6 năm trước cách đây
mục cha
commit
8c46be0328
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/google/protobuf/arena.h

+ 2 - 0
src/google/protobuf/arena.h

@@ -75,6 +75,8 @@ namespace protobuf {
 class Arena;    // defined below
 class Message;  // defined in message.h
 class MessageLite;
+template <typename Key, typename T>
+class Map;
 
 namespace arena_metrics {