Skip to content

Commit

Permalink
Add include
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Jul 7, 2024
1 parent ffa3e4c commit 2a45ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/x86/codegen.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <lexer/token.h>
#include <testing/test_utils.h>

enum Op { OP_ADD, OP_SUB, OP_MOV, OP_NOP };
Expand Down

0 comments on commit 2a45ad9

Please sign in to comment.