Commit 8c46be03 authored by DNKpp's avatar DNKpp Committed by Adam Cozzette

add Map forward declaration in arena.h

Signed-off-by: 's avatarDNKpp <dnkpp2011@gmail.com>
parent 63f324a9
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment