Fix missing imports.

This commit is contained in:
Relintai 2020-06-29 00:16:47 +02:00
parent 3fc8fa0ce2
commit f06da26b6b

View File

@ -22,6 +22,14 @@ SOFTWARE.
#include "editor_import_collada_mdr.h"
#include "scene/resources/box_shape.h"
#include "scene/resources/capsule_shape.h"
#include "scene/resources/concave_polygon_shape.h"
#include "scene/resources/convex_polygon_shape.h"
#include "scene/resources/cylinder_shape.h"
#include "scene/resources/shape.h"
#include "scene/resources/sphere_shape.h"
String EditorImportColladaMdr::get_importer_name() const {
return "collada_mdr";
}