diff --git a/src/AST/ASTNode.h b/src/AST/ASTNode.h index 08474f2..5c2d001 100644 --- a/src/AST/ASTNode.h +++ b/src/AST/ASTNode.h @@ -1,5 +1,5 @@ #pragma once -#include "IRBuilder.h" +#include "../IRBuilder.h" #include "llvm/IR/Value.h" class IRBuilder;