diff options
Diffstat (limited to 'src/ir_regalloc.c')
| -rw-r--r-- | src/ir_regalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir_regalloc.c b/src/ir_regalloc.c index 1200c77..fbe80ca 100644 --- a/src/ir_regalloc.c +++ b/src/ir_regalloc.c @@ -1,4 +1,5 @@ #include "ir.h" +#include "u_bits.h" /** Implements linear scan register allocation **/ /* Some references: |