Преглед изворни кода

fix stringpiece test to use portable hash set.

Jisi Liu пре 10 година
родитељ
комит
61871a02d4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/google/protobuf/stubs/stringpiece_unittest.cc

+ 1 - 1
src/google/protobuf/stubs/stringpiece_unittest.cc

@@ -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 {