diff --git a/src/values/function.hpp b/src/values/function.hpp index 1a5d60b..116fbdb 100644 --- a/src/values/function.hpp +++ b/src/values/function.hpp @@ -1,7 +1,7 @@ #pragma once #include "../scope.hpp" -#include "..\statements\function_definition.hpp" +#include "../statements/function_definition.hpp" #include "value.hpp" namespace statements {