[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52113] trunk/blender/source/blender/ editors/screen/screendump.c: * Replace math.h with BLI_math.h, this fixes compile on windows.

Thomas Dinges blender at dingto.org
Sun Nov 11 19:56:59 CET 2012


Revision: 52113
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52113
Author:   dingto
Date:     2012-11-11 18:56:58 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
* Replace math.h with BLI_math.h, this fixes compile on windows. 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/screen/screendump.c

Modified: trunk/blender/source/blender/editors/screen/screendump.c
===================================================================
--- trunk/blender/source/blender/editors/screen/screendump.c	2012-11-11 18:38:54 UTC (rev 52112)
+++ trunk/blender/source/blender/editors/screen/screendump.c	2012-11-11 18:56:58 UTC (rev 52113)
@@ -30,12 +30,12 @@
 
 
 #include <string.h>
-#include <math.h>
 
 #include "MEM_guardedalloc.h"
 
 #include "BLI_blenlib.h"
 #include "BLI_utildefines.h"
+#include "BLI_math.h"
 
 #include "IMB_imbuf_types.h"
 #include "IMB_imbuf.h"




More information about the Bf-blender-cvs mailing list