summaryrefslogtreecommitdiff
path: root/src/gtest-filepath.cc
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-28 23:46:07 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-02-28 23:46:07 +0000
commit2733a36231e9e59dfe0648562ac021ccea0e27d8 (patch)
tree6758198925bed7d581f7f9d81580a726592236e8 /src/gtest-filepath.cc
parent99788d751da80001db223de2cd6178046ff5bad0 (diff)
downloadgtest-2733a36231e9e59dfe0648562ac021ccea0e27d8.tar.gz
gtest-2733a36231e9e59dfe0648562ac021ccea0e27d8.tar.bz2
gtest-2733a36231e9e59dfe0648562ac021ccea0e27d8.tar.xz
Fixes a nasty issue in gtest's template instantiation.
git-svn-id: http://googletest.googlecode.com/svn/trunk@642 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src/gtest-filepath.cc')
-rw-r--r--src/gtest-filepath.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtest-filepath.cc b/src/gtest-filepath.cc
index 708389d..6be58b6 100644
--- a/src/gtest-filepath.cc
+++ b/src/gtest-filepath.cc
@@ -29,6 +29,7 @@
//
// Authors: keith.ray@gmail.com (Keith Ray)
+#include "gtest/gtest-message.h"
#include "gtest/internal/gtest-filepath.h"
#include "gtest/internal/gtest-port.h"