aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-01 13:51:26 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-01 13:51:26 -0700
commitbcf17332bd8d111177135547698cc8209635b7c4 (patch)
tree1e675a617d41642d20ab7536f08e825086d2eba8
parentebeb472c1ec969a887b7fb6d7c1b516471938e1b (diff)
Adding the missing header
-rw-r--r--src/google/protobuf/stubs/io_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/io_win32.h b/src/google/protobuf/stubs/io_win32.h
index 7e0e07b8..3699945b 100644
--- a/src/google/protobuf/stubs/io_win32.h
+++ b/src/google/protobuf/stubs/io_win32.h
@@ -48,6 +48,7 @@
#if defined(_WIN32)
#include <string>
+#include <google/protobuf/stubs/port.h>
namespace google {
namespace protobuf {