From 72cb271b4a97e1bfd26397bb188673ed3b359de1 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Thu, 22 Jul 2010 21:07:19 +0000 Subject: Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. git-svn-id: http://googletest.googlecode.com/svn/trunk@448 861a406c-534a-0410-8894-cb66d6ee9925 --- src/gtest-port.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gtest-port.cc') diff --git a/src/gtest-port.cc b/src/gtest-port.cc index b9504f5..5eec8fa 100644 --- a/src/gtest-port.cc +++ b/src/gtest-port.cc @@ -34,6 +34,7 @@ #include #include #include +#include #if GTEST_OS_WINDOWS_MOBILE #include // For TerminateProcess() -- cgit v1.2.3