diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-07-14 21:28:06 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-07-14 21:28:06 +0200 |
commit | a7583881af5477cd73110cc859fecf7ceaf39bd7 (patch) | |
tree | 2de0a5f50520e874bea54087ce27d92eccf840a5 /platform/android/export/export_plugin.cpp | |
parent | c10b8ac7359175a1f5b5e2e897e943bf1c01c79e (diff) | |
parent | 7e21eb7e00751851fa96bc99b695d520dbbed9a4 (diff) | |
download | redot-engine-a7583881af5477cd73110cc859fecf7ceaf39bd7.tar.gz |
Merge pull request #68460 from Geometror/split_texture_src
Extract and reorganize texture resource classes
Diffstat (limited to 'platform/android/export/export_plugin.cpp')
-rw-r--r-- | platform/android/export/export_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index b2aa210069..9d13432dc3 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -48,6 +48,7 @@ #include "editor/editor_scale.h" #include "editor/editor_settings.h" #include "main/splash.gen.h" +#include "scene/resources/image_texture.h" #include "modules/modules_enabled.gen.h" // For mono and svg. #ifdef MODULE_SVG_ENABLED |