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
This commit is contained in:
Eric Fiselier
2014-08-19 17:52:40 +00:00
parent bc4bcf051b
commit 682132b4cc

View File

@@ -44,6 +44,8 @@
#include <string>
#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__)
#include <io.h> // _mktemp
#else
#include <unistd.h> // close
#endif
inline