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/geometry/FastGrid.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/geometry/FastGrid.cpp') diff --git a/source/blender/freestyle/intern/geometry/FastGrid.cpp b/source/blender/freestyle/intern/geometry/FastGrid.cpp index ddfc8bdd20c..2ce424483ea 100644 --- a/source/blender/freestyle/intern/geometry/FastGrid.cpp +++ b/source/blender/freestyle/intern/geometry/FastGrid.cpp @@ -25,6 +25,8 @@ * \date 30/07/2002 */ +#include + #include "FastGrid.h" #include "BKE_global.h" -- cgit v1.2.3