| author | |
| committer | |
| log | 2475f653fd53b59a17006e94b7ee6bddbd36268b |
| tree | 2100620396b0d66666de97e83714b413e51b1f31 |
| parent | bd121f3af46bc22a25ac0495e8d83461510c77d4 |
2 files changed, 2 insertions(+), 0 deletions(-)
src/codegen.cpp+1| ... | ... | @@ -25,6 +25,7 @@ |
| 25 | 25 | |
| 26 | 26 | #include <stdio.h> |
| 27 | 27 | #include <errno.h> |
| 28 | #include <math.h> | |
| 28 | 29 | |
| 29 | 30 | enum ResumeId { |
| 30 | 31 | ResumeIdManual, |
src/ir.cpp+1| ... | ... | @@ -19,6 +19,7 @@ |
| 19 | 19 | #include "all_types.hpp" |
| 20 | 20 | |
| 21 | 21 | #include <errno.h> |
| 22 | #include <math.h> | |
| 22 | 23 | |
| 23 | 24 | struct IrBuilderSrc { |
| 24 | 25 | CodeGen *codegen; |