[Bf-blender-cvs] [6027f69] depsgraph_refactor: Depsgraph: Compile fix for pchanmap

Joshua Leung noreply at git.blender.org
Thu Jan 29 03:15:39 CET 2015


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 *****
  */




More information about the Bf-blender-cvs mailing list