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/depsgraph_debug.cc
parentb2ef042793d8723a8e1b433cf64cdc3fe823ff61 (diff)
Depsgraph: Move time source node to own file
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_debug.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_debug.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_debug.cc b/source/blender/depsgraph/intern/depsgraph_debug.cc
index f6f3cd06708..4290ea12112 100644
--- a/source/blender/depsgraph/intern/depsgraph_debug.cc
+++ b/source/blender/depsgraph/intern/depsgraph_debug.cc
@@ -42,6 +42,8 @@ extern "C" {
#include "DEG_depsgraph_build.h"
#include "intern/depsgraph_intern.h"
+#include "intern/nodes/deg_node_time.h"
+
#include "util/deg_util_foreach.h"
bool DEG_debug_compare(const struct Depsgraph *graph1,