fix stringpiece test to use portable hash set.
This commit is contained in:
parent
e8c3c54b3f
commit
61871a02d4
1 changed files with 1 additions and 1 deletions
|
@ -30,13 +30,13 @@
|
|||
#include <google/protobuf/stubs/stringpiece.h>
|
||||
|
||||
#include <iterator>
|
||||
#include <hash_set>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <google/protobuf/testing/googletest.h>
|
||||
#include <google/protobuf/stubs/hash.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace google {
|
||||
|
|
Loading…
Add table
Reference in a new issue