From ad2064ae88eabead6e6fe80999f448087ad186cd Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 17 Apr 2014 16:04:01 +0600 Subject: Fix compilation error of Freestyle Seems to be some sort of namespace conflict or so which is solved by reshuffling the includes a bit. --- source/blender/freestyle/intern/stroke/Stroke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/stroke/Stroke.cpp') diff --git a/source/blender/freestyle/intern/stroke/Stroke.cpp b/source/blender/freestyle/intern/stroke/Stroke.cpp index 159e4a39849..86625e67405 100644 --- a/source/blender/freestyle/intern/stroke/Stroke.cpp +++ b/source/blender/freestyle/intern/stroke/Stroke.cpp @@ -26,8 +26,8 @@ */ #include "Stroke.h" -#include "StrokeAdvancedIterators.h" #include "StrokeIterators.h" +#include "StrokeAdvancedIterators.h" #include "StrokeRenderer.h" #include "BKE_global.h" -- cgit v1.2.3