From 1da1fdd77198242bc6e97a775f4709c10569bede Mon Sep 17 00:00:00 2001 From: Vinay Aggarwal Date: Wed, 24 Oct 2018 23:43:02 +0530 Subject: [PATCH] Update pass1.cpp --- pass1.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pass1.cpp b/pass1.cpp index 329be00..2124afa 100644 --- a/pass1.cpp +++ b/pass1.cpp @@ -1,4 +1,7 @@ #include +#include +#include +#include #include "tables.cpp" #include "infix.cpp" @@ -383,4 +386,4 @@ int pass1(string asmfile){ write_comment_int(i); } } -} \ No newline at end of file +}