From 1800c4782fb0c814e8c877d380d2ba4362f4e54f Mon Sep 17 00:00:00 2001 From: kit Date: Thu, 5 Mar 2026 16:46:23 -0500 Subject: [PATCH] Fix no GDScript build fails due to no class_db.h --- modules/gltf/tests/test_gltf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gltf/tests/test_gltf.h b/modules/gltf/tests/test_gltf.h index a45e2a2e9d..508c9be7c8 100644 --- a/modules/gltf/tests/test_gltf.h +++ b/modules/gltf/tests/test_gltf.h @@ -36,6 +36,7 @@ #include "core/config/project_settings.h" #include "core/io/dir_access.h" +#include "core/object/class_db.h" #include "drivers/png/image_loader_png.h" #include "editor/import/3d/resource_importer_scene.h" #include "editor/import/resource_importer_texture.h"