aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_stress_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_stress_test.cc')
-rw-r--r--test/gtest_stress_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_stress_test.cc b/test/gtest_stress_test.cc
index f5af78cc..4e7d9bff 100644
--- a/test/gtest_stress_test.cc
+++ b/test/gtest_stress_test.cc
@@ -32,7 +32,7 @@
// Tests that SCOPED_TRACE() and various Google Test assertions can be
// used in a large number of threads concurrently.
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
#include <iostream>
#include <vector>