Commit: 6027f696ea149ee533cf97dc672de054ec26c56b
Author: Joshua Leung
Date:   Thu Jan 29 13:29:15 2015 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rB6027f696ea149ee533cf97dc672de054ec26c56b

Depsgraph: Compile fix for pchanmap

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

M       source/blender/depsgraph/util/depsgraph_util_pchanmap.cpp
M       source/blender/depsgraph/util/depsgraph_util_pchanmap.h

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

diff --git a/source/blender/depsgraph/util/depsgraph_util_pchanmap.cpp 
b/source/blender/depsgraph/util/depsgraph_util_pchanmap.cpp
index 4af3f9b..acb269f 100644
--- a/source/blender/depsgraph/util/depsgraph_util_pchanmap.cpp
+++ b/source/blender/depsgraph/util/depsgraph_util_pchanmap.cpp
@@ -19,13 +19,14 @@
  * All rights reserved.
  *
  * Original Author: Sergey Sharybin
- * Contributor(s): Jushua Leung
+ * Contributor(s): Joshua Leung
  *
  * ***** END GPL LICENSE BLOCK *****
  */
 
 #include "depsgraph_util_pchanmap.h"
 
+#include <stdio.h>
 #include <string.h>
 
 extern "C" {
diff --git a/source/blender/depsgraph/util/depsgraph_util_pchanmap.h 
b/source/blender/depsgraph/util/depsgraph_util_pchanmap.h
index a9b7844..98cdcb7 100644
--- a/source/blender/depsgraph/util/depsgraph_util_pchanmap.h
+++ b/source/blender/depsgraph/util/depsgraph_util_pchanmap.h
@@ -19,7 +19,7 @@
  * All rights reserved.
  *
  * Original Author: Sergey Sharybin
- * Contributor(s): jushua Leung
+ * Contributor(s): Joshua Leung
  *
  * ***** END GPL LICENSE BLOCK *****
  */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to