From d5c95a6c5d49e0283d129f26ec3481bcd2fa01a9 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 3 Jul 2020 13:04:17 +0200 Subject: [PATCH] Fix build with tools=no. --- register_types.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/register_types.cpp b/register_types.cpp index a275c4d..5b8b9f4 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -23,14 +23,13 @@ SOFTWARE. #include "register_types.h" #include "mesh_data_resource.h" +#include "nodes/mesh_data_instance.h" #ifdef TOOLS_ENABLED #include "editor/editor_plugin.h" #include "plugin_collada/editor_plugin_collada_mdr.h" -#include "nodes/mesh_data_instance.h" - #include "plugin_gltf/editor_plugin_gltf_mdr.h" #endif