Commit: e7bd4241eba47aeb51ebcb21537f5c9561c86093
Author: Joshua Leung
Date: Sun Dec 14 21:38:25 2014 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rBe7bd4241eba47aeb51ebcb21537f5c9561c86093
Compile fixes
===================================================================
M source/blender/depsgraph/intern/depsgraph.cpp
M source/blender/depsgraph/intern/depsnode_component.h
===================================================================
diff --git a/source/blender/depsgraph/intern/depsgraph.cpp
b/source/blender/depsgraph/intern/depsgraph.cpp
index 4505318..a8aa5aa 100644
--- a/source/blender/depsgraph/intern/depsgraph.cpp
+++ b/source/blender/depsgraph/intern/depsgraph.cpp
@@ -37,8 +37,8 @@ extern "C" {
#include "depsgraph.h" /* own include */
#include "depsnode.h"
-#include "depsnode_component.h"
#include "depsnode_operation.h"
+#include "depsnode_component.h"
#include "depsgraph_intern.h"
#include "depsgraph_debug.h"
diff --git a/source/blender/depsgraph/intern/depsnode_component.h
b/source/blender/depsgraph/intern/depsnode_component.h
index 2ce3b4b..a8a5f13 100644
--- a/source/blender/depsgraph/intern/depsnode_component.h
+++ b/source/blender/depsgraph/intern/depsnode_component.h
@@ -31,6 +31,7 @@
#include "DEG_depsgraph.h"
#include "depsnode.h"
+#include "depsnode_operation.h"
#include "depsgraph_util_map.h"
#include "depsgraph_util_set.h"
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs