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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-03-13 21:30:31 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-03-13 21:30:31 +0400
commit385650974a3f38cfcebdcbfb71bac24b021e850d (patch)
treec5ebd2c4427fc62f2104481a19704812597164c6 /source/blender/render
parent5162a155afe279519ad353312307ab5496c16603 (diff)
Fix for build error with previous commit, seems the order of #includes matters here.
Diffstat (limited to 'source/blender/render')
-rw-r--r--source/blender/render/intern/source/voxeldata.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/render/intern/source/voxeldata.c b/source/blender/render/intern/source/voxeldata.c
index 993752617d3..9990ad7e900 100644
--- a/source/blender/render/intern/source/voxeldata.c
+++ b/source/blender/render/intern/source/voxeldata.c
@@ -34,6 +34,10 @@
#include <stdlib.h>
#include <stdio.h>
+#ifdef WIN32
+#include "BLI_winstuff.h"
+#endif
+
#include "MEM_guardedalloc.h"
#include "BLI_math.h"