Index: test/gtest_stress_test.cc |
=================================================================== |
--- test/gtest_stress_test.cc (revision 339) |
+++ test/gtest_stress_test.cc (working copy) |
@@ -51,6 +51,7 @@ |
using internal::String; |
using internal::TestPropertyKeyIs; |
using internal::Vector; |
+using internal::ThreadWithParam; |
// In order to run tests in this file, for platforms where Google Test is |
// thread safe, implement ThreadWithParam with the following interface: |