include std::find()

pull/2090/head
Guo Xiao 8 years ago
parent 4bc1657853
commit 82133ba00b
  1. 1
      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>

Loading…
Cancel
Save