From 4abeb5f8a6ad77b32496f3e8b20e1fd1b6f428fb Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Fri, 18 Apr 2025 07:54:40 +0000
Subject: [PATCH] function checking
---
src/Parser/ParsedExpression.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Parser/ParsedExpression.hpp b/src/Parser/ParsedExpression.hpp
index 7d7c8fb..efc501f 100644
--- a/src/Parser/ParsedExpression.hpp
+++ b/src/Parser/ParsedExpression.hpp
@@ -4,8 +4,8 @@
#include <memory>
#include <string>
-#include "Symbols/SymbolContainer.hpp"
-#include "Symbols/Value.hpp"
+#include "../Symbols/SymbolContainer.hpp"
+#include "../Symbols/Value.hpp"
namespace Parser {
--
Gitblit v1.9.3