Commit: d29bdda34c5d62774f1dd804e542cff57a51d2c6 Author: Pablo Dobarro Date: Tue Apr 6 19:56:17 2021 +0200 Branches: sculpt-dev https://developer.blender.org/rBd29bdda34c5d62774f1dd804e542cff57a51d2c6
Fix build error with include =================================================================== M source/blender/editors/object/object_modes.c =================================================================== diff --git a/source/blender/editors/object/object_modes.c b/source/blender/editors/object/object_modes.c index 4fc34f91c9b..4c07b067e4a 100644 --- a/source/blender/editors/object/object_modes.c +++ b/source/blender/editors/object/object_modes.c @@ -66,7 +66,7 @@ #include "ED_armature.h" #include "ED_gpencil.h" #include "ED_screen.h" -#include "ED_space_API.h" +#include "ED_space_api.h" #include "ED_transform_snap_object_context.h" #include "ED_undo.h" #include "ED_view3d.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
