aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/objectivec
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-09-09 12:44:34 -0700
committerGitHub <noreply@github.com>2016-09-09 12:44:34 -0700
commit53387e5f55854902dc40971eb6630a6e9191b923 (patch)
tree373be348493ea13aefd2b947960f69e42dfa26cd /src/google/protobuf/compiler/objectivec
parente90292b2a6d8e78f6240ea54a83df64922a9efbf (diff)
parent82133ba00b199e659b703852d7570fe3e62fd5df (diff)
downloadprotobuf-53387e5f55854902dc40971eb6630a6e9191b923.tar.gz
protobuf-53387e5f55854902dc40971eb6630a6e9191b923.tar.bz2
protobuf-53387e5f55854902dc40971eb6630a6e9191b923.zip
Merge pull request #2090 from guoxiao/find
include std::find()
Diffstat (limited to 'src/google/protobuf/compiler/objectivec')
-rw-r--r--src/google/protobuf/compiler/objectivec/objectivec_file.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/compiler/objectivec/objectivec_file.cc b/src/google/protobuf/compiler/objectivec/objectivec_file.cc
index 685ed56d..878a3743 100644
--- a/src/google/protobuf/compiler/objectivec/objectivec_file.cc
+++ b/src/google/protobuf/compiler/objectivec/objectivec_file.cc
@@ -37,6 +37,7 @@
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/stubs/strutil.h>
+#include <algorithm> // std::find()
#include <iostream>
#include <sstream>