summaryrefslogtreecommitdiffstats
path: root/editor/plugins/visual_shader_editor_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-05-16 17:30:51 +0200
committerkobewi <kobewi4e@gmail.com>2023-05-31 00:14:28 +0200
commit267728a2408f3f86656c64a13e471cf8373e8062 (patch)
tree31ef238c9f70b3d086be4f48bd5305d690ca6886 /editor/plugins/visual_shader_editor_plugin.cpp
parent72f7131be1be81e3b8c3d45732d55e5765b95dde (diff)
downloadredot-engine-267728a2408f3f86656c64a13e471cf8373e8062.tar.gz
Refactor vector editor properties
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.cpp')
-rw-r--r--editor/plugins/visual_shader_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.cpp b/editor/plugins/visual_shader_editor_plugin.cpp
index 890194dbac..d631958ce9 100644
--- a/editor/plugins/visual_shader_editor_plugin.cpp
+++ b/editor/plugins/visual_shader_editor_plugin.cpp
@@ -37,6 +37,7 @@
#include "core/os/keyboard.h"
#include "editor/editor_node.h"
#include "editor/editor_properties.h"
+#include "editor/editor_properties_vector.h"
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/editor_undo_redo_manager.h"