summaryrefslogtreecommitdiffstats
path: root/platform/macos/export
diff options
context:
space:
mode:
authorHendrik Brucker <hendrik.brucker@mail.de>2023-07-11 22:29:09 +0200
committerHendrik Brucker <hendrik.brucker@mail.de>2023-07-14 20:04:21 +0200
commit7e21eb7e00751851fa96bc99b695d520dbbed9a4 (patch)
treee8212c64348091ab4d7d2140f82a7756d540fc98 /platform/macos/export
parent0f7625ab46a64b3f5da2b09969ebabf38df9a6e9 (diff)
downloadredot-engine-7e21eb7e00751851fa96bc99b695d520dbbed9a4.tar.gz
Extract and reorganize texture resource classes
Diffstat (limited to 'platform/macos/export')
-rw-r--r--platform/macos/export/export_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp
index a3ba31a5d9..39e89c9db7 100644
--- a/platform/macos/export/export_plugin.cpp
+++ b/platform/macos/export/export_plugin.cpp
@@ -41,6 +41,7 @@
#include "editor/editor_node.h"
#include "editor/editor_paths.h"
#include "editor/editor_scale.h"
+#include "scene/resources/image_texture.h"
#include "modules/modules_enabled.gen.h" // For svg and regex.
#ifdef MODULE_SVG_ENABLED