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/view_map/SilhouetteGeomEngine.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp') diff --git a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp index 8b8f42f3922..d650e385ab2 100644 --- a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp +++ b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp @@ -26,6 +26,8 @@ * \date 03/09/2002 */ +#include + #include "Silhouette.h" #include "SilhouetteGeomEngine.h" -- cgit v1.2.3