Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:27:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:29:13 +0300
commitf87c157f2288b945504cd6751c41a1f48b84dff8 (patch)
tree5656ab83fae77b0fbc1aace7d8ade85937c1806e /source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
parentb2ef042793d8723a8e1b433cf64cdc3fe823ff61 (diff)
Depsgraph: Move time source node to own file
Diffstat (limited to 'source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
index 528758daeb2..4f6b301bf9e 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc
@@ -41,6 +41,8 @@ extern "C" {
#include "DEG_depsgraph_debug.h"
#include "intern/depsgraph_intern.h"
+#include "intern/nodes/deg_node_time.h"
+
#include "util/deg_util_foreach.h"
/* ****************** */