[Bf-blender-cvs] [37e7a4f] depsgraph_cleanup: Depsgraph: Fix compilation error in debug mode

Sergey Sharybin noreply at git.blender.org
Thu May 26 10:02:37 CEST 2016


Commit: 37e7a4fcb80b84482b566b22ea175fa30d7486f7
Author: Sergey Sharybin
Date:   Wed May 25 17:22:02 2016 +0200
Branches: depsgraph_cleanup
https://developer.blender.org/rB37e7a4fcb80b84482b566b22ea175fa30d7486f7

Depsgraph: Fix compilation error in debug mode

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

M	source/blender/depsgraph/intern/depsnode_opcodes.cc

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

diff --git a/source/blender/depsgraph/intern/depsnode_opcodes.cc b/source/blender/depsgraph/intern/depsnode_opcodes.cc
index 3e83247..5af5bcd 100644
--- a/source/blender/depsgraph/intern/depsnode_opcodes.cc
+++ b/source/blender/depsgraph/intern/depsnode_opcodes.cc
@@ -26,6 +26,8 @@
 
 #include "depsnode_opcodes.h"
 
+#include <cstdlib>  // for BLI_assert()
+
 #include "BLI_utildefines.h"
 
 DepsOperationStringifier DEG_OPNAMES;




More information about the Bf-blender-cvs mailing list