Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-11-11 22:56:58 +0400
committerThomas Dinges <blender@dingto.org>2012-11-11 22:56:58 +0400
commit13e474047bf6450392b078734f3ec9729bad1716 (patch)
treea411ac310f927c448c4493e21ff3ff64a00b0c6a /source/blender/editors
parent3dffa021d1425c51426fb77d698254ee4cf2e67c (diff)
* Replace math.h with BLI_math.h, this fixes compile on windows.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/screen/screendump.c2
1 files changed, 1 insertions, 1 deletions
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 <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"