From 682132b4cce0bd974e1831801a78709732594a3a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 19 Aug 2014 17:52:40 +0000 Subject: [PATCH] fix missing include for ::close in platform_support.h git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@215998 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/support/platform_support.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/support/platform_support.h b/test/support/platform_support.h index 7b1ee8a8..09bb29a6 100644 --- a/test/support/platform_support.h +++ b/test/support/platform_support.h @@ -44,6 +44,8 @@ #include #if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__) #include // _mktemp +#else +#include // close #endif inline