Ver Fonte

include std::find()

Guo Xiao há 9 anos atrás
pai
commit
82133ba00b

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