| author | |
| committer | |
| log | 4eaf3c665e8c0b028a7ea02a0fbcb1950c8b1a25 |
| tree | 6b1b624d677dca6c6bf010085300ec89ffab55d2 |
| parent | ed2e4a7f138322dcf5c76138586971e228c0c3c9 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/stage1/os.cpp+1| ... | @@ -41,6 +41,7 @@ | ... | @@ -41,6 +41,7 @@ |
| 41 | #include <io.h> | 41 | #include <io.h> |
| 42 | #include <fcntl.h> | 42 | #include <fcntl.h> |
| 43 | #include <ntsecapi.h> | 43 | #include <ntsecapi.h> |
| 44 | #include <math.h> | ||
| 44 | 45 | ||
| 45 | // Workaround an upstream LLVM issue. | 46 | // Workaround an upstream LLVM issue. |
| 46 | // See https://github.com/ziglang/zig/issues/7614#issuecomment-752939981 | 47 | // See https://github.com/ziglang/zig/issues/7614#issuecomment-752939981 |