From 5917026a9e963ccb79115210251826513ac82275 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sat, 30 Dec 2023 04:05:18 -0500 Subject: [PATCH] GH-43 Fix incorrect include --- src/editor/graph/pins/graph_node_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/graph/pins/graph_node_pins.h b/src/editor/graph/pins/graph_node_pins.h index 60f75dc8..a578c2a6 100644 --- a/src/editor/graph/pins/graph_node_pins.h +++ b/src/editor/graph/pins/graph_node_pins.h @@ -21,7 +21,7 @@ #include "editor/graph/pins/graph_node_pin_color.h" #include "editor/graph/pins/graph_node_pin_enum.h" #include "editor/graph/pins/graph_node_pin_exec.h" -#include "editor/graph/pins/graph_node_pin_File.h" +#include "editor/graph/pins/graph_node_pin_file.h" #include "editor/graph/pins/graph_node_pin_node_path.h" #include "editor/graph/pins/graph_node_pin_numeric.h" #include "editor/graph/pins/graph_node_pin_object.h"