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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-26 01:29:33 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-26 01:29:33 +0400
commit4c8c24b3239c687776e4043387d35825be33934f (patch)
tree2b928daf59d1ef3b0aa3493d159b3823f2782fab /source/blender/freestyle
parent40449b1994301081f96d014df626a5375e020c76 (diff)
Partly reverted the changes in revision 53099 to avoid a compilation error with MinGW
(see the commit log of revision 28253).
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/application/AppView.cpp7
1 files changed, 6 insertions, 1 deletions
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 <iostream>
#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"