diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-10-14 06:50:49 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-10-14 06:50:49 +0000 |
commit | 2c8101052343798fe1e2fbcc7f07c27fd3556d1c (patch) | |
tree | d15c00db42fc7495581b9a8bc47a47ed09470bf4 | |
parent | 16e3aa783739ea1e31a505ddf0e2dbf4151f217f (diff) | |
download | googletest-2c8101052343798fe1e2fbcc7f07c27fd3556d1c.tar.gz googletest-2c8101052343798fe1e2fbcc7f07c27fd3556d1c.tar.bz2 googletest-2c8101052343798fe1e2fbcc7f07c27fd3556d1c.zip |
Adds a missing #include (by Vlad Losev).
-rw-r--r-- | src/gtest-port.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtest-port.cc b/src/gtest-port.cc index ae0c663d..da62fbab 100644 --- a/src/gtest-port.cc +++ b/src/gtest-port.cc @@ -53,6 +53,7 @@ #include "gtest/gtest-spi.h" #include "gtest/gtest-message.h" +#include "gtest/internal/gtest-internal.h" #include "gtest/internal/gtest-string.h" // Indicates that this translation unit is part of Google Test's |