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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-11-23 22:49:34 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2014-11-23 22:49:34 +0300
commit216989686b4e1b028a3cef2f9699855d49645988 (patch)
tree231d91bbbda16c4d139323f087971b431822ac9a /source
parentc05785ec93d3b7c38d2b7b5070bb7ad124dd68dc (diff)
Fix freestyle compile.
Do not know why this shows up now, probably a recent tweak in BLI_utildefines.h or so...
Diffstat (limited to 'source')
-rw-r--r--source/blender/freestyle/intern/stroke/Curve.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Curve.cpp b/source/blender/freestyle/intern/stroke/Curve.cpp
index 32cfac016d6..69c5dcdfe28 100644
--- a/source/blender/freestyle/intern/stroke/Curve.cpp
+++ b/source/blender/freestyle/intern/stroke/Curve.cpp
@@ -25,6 +25,8 @@
* \date 11/01/2003
*/
+#include <stdio.h> /* printf */
+
#include "Curve.h"
#include "CurveIterators.h"
#include "CurveAdvancedIterators.h"