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:
@@ -44,6 +44,8 @@
|
||||
#include <string>
|
||||
#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__)
|
||||
#include <io.h> // _mktemp
|
||||
#else
|
||||
#include <unistd.h> // close
|
||||
#endif
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user