[Bf-blender-cvs] [0c06fd3] depsgraph_refactor: Depsgraph: Removed a bit too much in the previous commit

Sergey Sharybin noreply at git.blender.org
Thu Jan 29 21:10:24 CET 2015


Commit: 0c06fd3dff60d10a10b0eaab85c66701e34e2472
Author: Sergey Sharybin
Date:   Fri Jan 30 01:10:09 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB0c06fd3dff60d10a10b0eaab85c66701e34e2472

Depsgraph: Removed a bit too much in the previous commit

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

M	source/blender/depsgraph/DEG_depsgraph_debug.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index 2cb2679..f14392f 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -29,6 +29,8 @@
 #ifndef __DEG_DEPSGRAPH_DEBUG_H__
 #define __DEG_DEPSGRAPH_DEBUG_H__
 
+#include <stdio.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the Bf-blender-cvs mailing list