[Bf-blender-cvs] [98beae0] input_method_editor: Fix freestyle compile.

Bastien Montagne noreply at git.blender.org
Mon Nov 24 00:45:43 CET 2014


Commit: 98beae0c110ecbcdf9c42d1ef87a5da7b9f202f9
Author: Bastien Montagne
Date:   Sun Nov 23 20:49:34 2014 +0100
Branches: input_method_editor
https://developer.blender.org/rB98beae0c110ecbcdf9c42d1ef87a5da7b9f202f9

Fix freestyle compile.

Do not know why this shows up now, probably a recent tweak in BLI_utildefines.h or so...

===================================================================

M	source/blender/freestyle/intern/stroke/Curve.cpp

===================================================================

diff --git a/source/blender/freestyle/intern/stroke/Curve.cpp b/source/blender/freestyle/intern/stroke/Curve.cpp
index 32cfac0..69c5dcd 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"




More information about the Bf-blender-cvs mailing list