| commit | e4383379aea7783e11f2229f27fa81b52751e4f4 | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Sat Oct 22 20:59:45 2011 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Sat Oct 22 20:59:45 2011 +0000 |
| tree | 4f369dabb74c0a9b6d1059d801b4e41607e2157d | |
| parent | a6674c7fc965ef39b97d2faf518587e02cc23d56 [diff] [blame] |
More windows port work by Ruben Van Boxem llvm-svn: 142732
diff --git a/libcxx/include/limits b/libcxx/include/limits index 5f31c4f..14b49b1 100644 --- a/libcxx/include/limits +++ b/libcxx/include/limits
@@ -109,6 +109,10 @@ #include <__config> #include <type_traits> +#if defined(_MSC_VER) +#include "support/win32/limits_win32.h" +#endif // _MSC_VER + _LIBCPP_BEGIN_NAMESPACE_STD enum float_round_style