commit | 5f878d4bd2730576533183b62910c8a1c3d94119 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Tue Sep 17 01:34:47 2013 |
committer | Howard Hinnant <[email protected]> | Tue Sep 17 01:34:47 2013 |
tree | e6bcc8fd921beaf9e9f576e515492fd4551a188c | |
parent | 226a56fa1dde6363cc6e246ddc1dda99517e609e [diff] [blame] |
G M: Restore the ability for libcxx to compile again on mingw 64. llvm-svn: 190837
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index e3b0882..367489f 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm
@@ -631,6 +631,9 @@ #if defined(__IBMCPP__) #include "support/ibm/support.h" #endif +#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__) +#include "support/win32/support.h" +#endif #include <__undef_min_max>