Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-04-17 14:04:01 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-17 14:04:47 +0400
commitad2064ae88eabead6e6fe80999f448087ad186cd (patch)
treee68d2cae4973762abf1cb3b05eea6bbe3eeef008 /source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
parenta1cab0d38d178895127ba8d5160c8282938a2467 (diff)
Fix compilation error of Freestyle
Seems to be some sort of namespace conflict or so which is solved by reshuffling the includes a bit.
Diffstat (limited to 'source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp')
-rw-r--r--source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp2
1 files changed, 2 insertions, 0 deletions
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 <cstring>
+
#include "Silhouette.h"
#include "SilhouetteGeomEngine.h"