Merge pull request #2090 from guoxiao/find

include std::find()
pull/2100/head^2
Feng Xiao 8 years ago committed by GitHub
commit 53387e5f55
  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