Browse Source

Merge pull request #2090 from guoxiao/find

include std::find()
Feng Xiao 9 years ago
parent
commit
53387e5f55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/google/protobuf/compiler/objectivec/objectivec_file.cc

+ 1 - 0
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>