From 4c8c24b3239c687776e4043387d35825be33934f Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Tue, 25 Dec 2012 21:29:33 +0000 Subject: Partly reverted the changes in revision 53099 to avoid a compilation error with MinGW (see the commit log of revision 28253). --- source/blender/freestyle/intern/application/AppView.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/application/AppView.cpp b/source/blender/freestyle/intern/application/AppView.cpp index 98601bbb359..cbe0742f843 100644 --- a/source/blender/freestyle/intern/application/AppView.cpp +++ b/source/blender/freestyle/intern/application/AppView.cpp @@ -29,6 +29,12 @@ * \ingroup freestyle */ +/* This header file needs to be included first, in order to avoid a + compilation with MinGW (see the commit log of revision 28253) */ +extern "C" { +#include "BLI_jitter.h" +} + #include #include "Controller.h" @@ -45,7 +51,6 @@ extern "C" { #include "BLI_blenlib.h" -#include "BLI_jitter.h" #include "IMB_imbuf.h" #include "IMB_imbuf_types.h" -- cgit v1.2.3