summaryrefslogtreecommitdiff
path: root/src/gtest-all.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest-all.cc')
-rw-r--r--src/gtest-all.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest-all.cc b/src/gtest-all.cc
index f3e22dd..0a9cee5 100644
--- a/src/gtest-all.cc
+++ b/src/gtest-all.cc
@@ -36,7 +36,7 @@
// This line ensures that gtest.h can be compiled on its own, even
// when it's fused.
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
// The following lines pull in the real gtest *.cc files.
#include "src/gtest.cc"