From 13e474047bf6450392b078734f3ec9729bad1716 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 11 Nov 2012 18:56:58 +0000 Subject: [PATCH] * Replace math.h with BLI_math.h, this fixes compile on windows. --- source/blender/editors/screen/screendump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/screen/screendump.c b/source/blender/editors/screen/screendump.c index b8d620ae714..ca85daadf3b 100644 --- a/source/blender/editors/screen/screendump.c +++ b/source/blender/editors/screen/screendump.c @@ -30,12 +30,12 @@ #include -#include #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"