Skip to content

Commit

Permalink
fixed another wrong path separator in an include
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 16, 2023
1 parent 8d95d00 commit ad01b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/values/function.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "../scope.hpp"
#include "..\statements\function_definition.hpp"
#include "../statements/function_definition.hpp"
#include "value.hpp"

namespace statements {
Expand Down

0 comments on commit ad01b1b

Please sign in to comment.