Commit 61871a02 authored by Jisi Liu's avatar Jisi Liu

fix stringpiece test to use portable hash set.

parent e8c3c54b
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
#include <google/protobuf/stubs/stringpiece.h> #include <google/protobuf/stubs/stringpiece.h>
#include <iterator> #include <iterator>
#include <hash_set>
#include <map> #include <map>
#include <string> #include <string>
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <google/protobuf/testing/googletest.h> #include <google/protobuf/testing/googletest.h>
#include <google/protobuf/stubs/hash.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
namespace google { namespace google {
......
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