[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43469] branches/bmesh/blender/source/ blender/editors/mesh/loopcut.c: missing header in previous commit

Campbell Barton ideasman42 at gmail.com
Tue Jan 17 19:11:21 CET 2012


Revision: 43469
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43469
Author:   campbellbarton
Date:     2012-01-17 18:11:17 +0000 (Tue, 17 Jan 2012)
Log Message:
-----------
missing header in previous commit 

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/editors/mesh/loopcut.c

Modified: branches/bmesh/blender/source/blender/editors/mesh/loopcut.c
===================================================================
--- branches/bmesh/blender/source/blender/editors/mesh/loopcut.c	2012-01-17 18:01:16 UTC (rev 43468)
+++ branches/bmesh/blender/source/blender/editors/mesh/loopcut.c	2012-01-17 18:11:17 UTC (rev 43469)
@@ -48,6 +48,7 @@
 
 #include "BLI_array.h"
 #include "BLI_blenlib.h"
+#include "BLI_math.h"
 #include "BLI_dynstr.h" /*for WM_operator_pystring */
 #include "BLI_editVert.h"
 #include "BLI_utildefines.h"




More information about the Bf-blender-cvs mailing list