aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/stubs/status.cc')
-rw-r--r--src/google/protobuf/stubs/status.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/status.cc b/src/google/protobuf/stubs/status.cc
index 9a68fad4..7314c563 100644
--- a/src/google/protobuf/stubs/status.cc
+++ b/src/google/protobuf/stubs/status.cc
@@ -29,8 +29,10 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <google/protobuf/stubs/status.h>
+#include <ostream>
#include <stdint.h>
#include <stdio.h>
+#include <string>
#include <utility>
namespace google {