From 6489453cf7e03ac7b238eb78b1154f5f34a0c9e0 Mon Sep 17 00:00:00 2001 From: Michal Matuszak Date: Mon, 25 Jun 2018 16:42:59 -0700 Subject: Removed forward declaration of MemBlock class Removed forward declaration of MemBlock class. Declaration is in conflict with declaration `::strings::MemBlock` --- src/google/protobuf/stubs/bytestream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/google/protobuf/stubs/bytestream.h b/src/google/protobuf/stubs/bytestream.h index b9b43db0..cfa19f29 100644 --- a/src/google/protobuf/stubs/bytestream.h +++ b/src/google/protobuf/stubs/bytestream.h @@ -57,7 +57,6 @@ #include class CordByteSink; -class MemBlock; namespace google { namespace protobuf { -- cgit v1.2.3