math: actually pull the declarations/overloads into std
The previous changes missed the change to include/cmath. These changes
allow some of the rand.distribution tests to pass on Windows.
llvm-svn: 294957
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 8a5789ebd11671bd76530c8172c818d3f5e107b3
diff --git a/include/math.h b/include/math.h
index ef4e967..18dd3cc 100644
--- a/include/math.h
+++ b/include/math.h
@@ -293,6 +293,9 @@
*/
#include <__config>
+#if defined(_LIBCPP_MSVCRT)
+#include <crtversion.h>
+#endif
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header