Comment #1 on issue 449 by ltwar...@gmail.com: Link error while using clang++ with -stdlib=libc++ flag in OSX
http://code.google.com/p/protobuf/issues/detail?id=449

Index: src/google/protobuf/message.cc
===================================================================
--- src/google/protobuf/message.cc      (revision 463)
+++ src/google/protobuf/message.cc      (working copy)
@@ -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>

And the problem is gone, i saw this first time here:
http://www.freebsd.org/cgi/query-pr.cgi?pr=166011

I'm willing to see this go upstream.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to