From 3d2fa00db8658ae0d96ceeb5ac9d70717c044668 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 18 Jul 2022 15:59:04 +0200 Subject: [PATCH] Changed a path so that VSCode's Intellisense stops complaining --- src/AST/ASTNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;