[Bf-blender-cvs] [d18ed646eef] custom-manipulators: Add missing header (for abort)

Campbell Barton noreply at git.blender.org
Fri Mar 31 06:01:08 CEST 2017


Commit: d18ed646eeff5517068a874530d17f69114edab3
Author: Campbell Barton
Date:   Fri Mar 31 15:01:44 2017 +1100
Branches: custom-manipulators
https://developer.blender.org/rBd18ed646eeff5517068a874530d17f69114edab3

Add missing header (for abort)

===================================================================

M	source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c

===================================================================

diff --git a/source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c b/source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c
index 782c353837c..bf32bbdeae5 100644
--- a/source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/manipulator_library/facemap_manipulator.c
@@ -34,6 +34,8 @@
  * Currently no own handling, use with operator only.
  */
 
+#include <stdlib.h>
+
 #include "BIF_gl.h"
 
 #include "BKE_context.h"




More information about the Bf-blender-cvs mailing list