From 2c8101052343798fe1e2fbcc7f07c27fd3556d1c Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Thu, 14 Oct 2010 06:50:49 +0000 Subject: Adds a missing #include (by Vlad Losev). --- src/gtest-port.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3