ports/devel/protobuf/files/patch-src-google-protobuf-message.cc
Vanilla I. Shu 6f6afd5053 Fix compile with libc++.
PR:		ports/166011
Submitted by:	Jan Beich <jbeich at tormail.net>
Feature safe: 	yes
2012-03-14 15:18:38 +00:00

10 lines
344 B
C++

--- src/google/protobuf/message.cc.orig 2012-03-14 23:11:12.000000000 +0800
+++ src/google/protobuf/message.cc 2012-03-14 23:11:26.000000000 +0800
@@ -32,6 +32,7 @@
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
+#include <iostream>
#include <stack>
#include <google/protobuf/stubs/hash.h>