View | Details | Raw Unified | Return to bug 166011
Collapse All | Expand All

(-)devel/protobuf/files/patch-src-google-protobuf-message.cc (+10 lines)
Added Link Here
1
--- src/google/protobuf/message.cc~
2
+++ src/google/protobuf/message.cc
3
@@ -32,6 +32,7 @@
4
 //  Based on original Protocol Buffers design by
5
 //  Sanjay Ghemawat, Jeff Dean, and others.
6
 
7
+#include <iostream>
8
 #include <stack>
9
 #include <google/protobuf/stubs/hash.h>
10
 

Return to bug 166011