mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
10 lines
344 B
C++
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>
|
|
|