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 16:46:19 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-17 16:46:19 +0400
commitd02522b7be5ba62dd1a23e9607d0ef63471aad0f (patch)
tree008bd684a766ecadcab4efb10002959b7fcf9ed7
parentc4a9ec88c8c7823f5a25aa28d21b4dc5c7d946ef (diff)
Attempt to fix one more issue with Freestyle compilation
-rw-r--r--source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
index d650e385ab2..e1eebd8b069 100644
--- a/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
+++ b/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
@@ -27,6 +27,7 @@
*/
#include <cstring>
+#include <cstdio>
#include "Silhouette.h"
#include "SilhouetteGeomEngine.h"