aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/status.cc
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2015-08-23 10:45:14 -0700
committerBo Yang <teboring@google.com>2015-08-25 17:58:48 -0700
commitff7bdad231d037802fd457ee4fd65e0291d366d7 (patch)
tree12f437b32201cdbbfade6d63193e15483640716d /src/google/protobuf/stubs/status.cc
parent839b180dbae98adf6caa54d0fb87b8d0a43081dc (diff)
downloadprotobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.tar.gz
protobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.tar.bz2
protobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.zip
Fix bugs on windows
Diffstat (limited to 'src/google/protobuf/stubs/status.cc')
-rw-r--r--src/google/protobuf/stubs/status.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/status.cc b/src/google/protobuf/stubs/status.cc
index 7314c563..dd1bd614 100644
--- a/src/google/protobuf/stubs/status.cc
+++ b/src/google/protobuf/stubs/status.cc
@@ -30,7 +30,6 @@
#include <google/protobuf/stubs/status.h>
#include <ostream>
-#include <stdint.h>
#include <stdio.h>
#include <string>
#include <utility>