mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
stage1: add missing math.h includes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user