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/ViewMapIO.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/view_map/ViewMapIO.cpp') diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp index 3c01de37f11..71ae68c06bc 100644 --- a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp +++ b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp @@ -25,6 +25,8 @@ * \date 09/01/2003 */ +#include + #include "ViewMapIO.h" #ifdef IRIX -- cgit v1.2.3