Commit 82133ba0 authored by Guo Xiao's avatar Guo Xiao

include std::find()

parent 4bc16578
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <google/protobuf/io/zero_copy_stream_impl.h> #include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/stubs/stl_util.h> #include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/stubs/strutil.h> #include <google/protobuf/stubs/strutil.h>
#include <algorithm> // std::find()
#include <iostream> #include <iostream>
#include <sstream> #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