Skip to content

Commit 1bbe0b3

Browse files
authored
Merge pull request #15 from Zoxc/vs2019
Fix VS 2019 compilation of compiler-rt
2 parents 788592f + 0f6e6bc commit 1bbe0b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/lib/builtins/int_math.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#if defined(_MSC_VER) && !defined(__clang__)
2929
#include <math.h>
3030
#include <stdlib.h>
31-
#include <ymath.h>
3231
#endif
3332

3433
#if defined(_MSC_VER) && !defined(__clang__)

0 commit comments

Comments
 (0)