Skip to content

Commit

Permalink
put the include in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Sep 29, 2024
1 parent 31264de commit 70833de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/CodeGen.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <iostream>
#include <libgen.h>
#include <functional>
#include <limits.h>
#include <unistd.h>
#include <iterator>
Expand Down
1 change: 1 addition & 0 deletions src/compiler/CodeGen.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <memory>
#include <functional>
#include "../parser/ast/ASTNode.hpp"
#include "../parser/ast/BinaryOperationNode.hpp"
#include "../parser/ast/UnaryOperationNode.hpp"
Expand Down

0 comments on commit 70833de

Please sign in to comment.