[Bf-blender-cvs] [215918c] compositor-2016: Add missing include

Campbell Barton noreply at git.blender.org
Wed Jun 8 21:50:38 CEST 2016


Commit: 215918c3abff860006caf5969061836900730c11
Author: Campbell Barton
Date:   Sat May 28 10:25:46 2016 +1000
Branches: compositor-2016
https://developer.blender.org/rB215918c3abff860006caf5969061836900730c11

Add missing include

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

M	source/blender/depsgraph/intern/eval/deg_eval_debug.cc

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

diff --git a/source/blender/depsgraph/intern/eval/deg_eval_debug.cc b/source/blender/depsgraph/intern/eval/deg_eval_debug.cc
index cfadf74..67d64aa 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_debug.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval_debug.cc
@@ -30,6 +30,8 @@
  * Implementation of tools for debugging the depsgraph
  */
 
+#include <cstring>
+
 #include "intern/eval/deg_eval_debug.h"
 
 extern "C" {




More information about the Bf-blender-cvs mailing list