소스 검색

include std::find()

Guo Xiao 9 년 전
부모
커밋
82133ba00b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>