From 385650974a3f38cfcebdcbfb71bac24b021e850d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 13 Mar 2013 17:30:31 +0000 Subject: Fix for build error with previous commit, seems the order of #includes matters here. --- source/blender/avi/intern/avi.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/avi') diff --git a/source/blender/avi/intern/avi.c b/source/blender/avi/intern/avi.c index 6a5e8a61bd8..1b1ec1c08af 100644 --- a/source/blender/avi/intern/avi.c +++ b/source/blender/avi/intern/avi.c @@ -38,9 +38,14 @@ #include #include +#ifdef WIN32 +#include "BLI_winstuff.h" +#endif + #include "MEM_guardedalloc.h" #include "MEM_sys_types.h" +#include "BLI_utildefines.h" #include "BLI_fileops.h" #include "AVI_avi.h" -- cgit v1.2.3