Commit 53387e5f authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2090 from guoxiao/find

include std::find()
parents e90292b2 82133ba0
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment