Revision: 28253
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28253
Author:   kjym3
Date:     2010-04-18 12:25:44 +0200 (Sun, 18 Apr 2010)

Log Message:
-----------
Fixed a compilation issue with MinGW.  The commit 28081 was reverting
the workaround for name conflicts in the commit 23871 with regard to
#include "BLI_jitter.h" in AppView.cpp.

Modified Paths:
--------------
    
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp

Modified: 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp
===================================================================
--- 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp
 2010-04-18 09:12:18 UTC (rev 28252)
+++ 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp
 2010-04-18 10:25:44 UTC (rev 28253)
@@ -19,12 +19,11 @@
 //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "Controller.h"
-
 extern "C" {
 #include "BLI_jitter.h"
 }
 
+#include "Controller.h"
 #include <iostream>
 #include "../stroke/Canvas.h"
 #include "AppView.h"


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to