summaryrefslogtreecommitdiffstats
path: root/platform/uwp/export/export_plugin.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-07-14 21:28:06 +0200
committerYuri Sizov <yuris@humnom.net>2023-07-14 21:28:06 +0200
commita7583881af5477cd73110cc859fecf7ceaf39bd7 (patch)
tree2de0a5f50520e874bea54087ce27d92eccf840a5 /platform/uwp/export/export_plugin.cpp
parentc10b8ac7359175a1f5b5e2e897e943bf1c01c79e (diff)
parent7e21eb7e00751851fa96bc99b695d520dbbed9a4 (diff)
downloadredot-engine-a7583881af5477cd73110cc859fecf7ceaf39bd7.tar.gz
Merge pull request #68460 from Geometror/split_texture_src
Extract and reorganize texture resource classes
Diffstat (limited to 'platform/uwp/export/export_plugin.cpp')
-rw-r--r--platform/uwp/export/export_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/uwp/export/export_plugin.cpp b/platform/uwp/export/export_plugin.cpp
index 45b484c39e..1b27880efb 100644
--- a/platform/uwp/export/export_plugin.cpp
+++ b/platform/uwp/export/export_plugin.cpp
@@ -34,6 +34,7 @@
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
+#include "scene/resources/image_texture.h"
#include "modules/modules_enabled.gen.h" // For svg and regex.
#ifdef MODULE_SVG_ENABLED