mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
stage1: add missing math.h includes
This commit is contained in:
parent
bd121f3af4
commit
2475f653fd
@ -25,6 +25,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
|
||||
enum ResumeId {
|
||||
ResumeIdManual,
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
#include "all_types.hpp"
|
||||
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
|
||||
struct IrBuilderSrc {
|
||||
CodeGen *codegen;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user