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:
authorCampbell Barton <ideasman42@gmail.com>2018-02-07 03:18:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-07 03:19:01 +0300
commit17577c53c672dcc8d5493324c4bcb970db455f2a (patch)
tree575d227e936e1653ef200c464a28a9e4453c14dd /source/blender/depsgraph/intern/depsgraph_build.cc
parent77b61b554ca10353b408645e3316e06c8d240388 (diff)
parent1e4b612d6a63ce781f229ddd6e3073a5d6951950 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_build.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_build.cc b/source/blender/depsgraph/intern/depsgraph_build.cc
index 902cbe039cd..2a8d6de29b6 100644
--- a/source/blender/depsgraph/intern/depsgraph_build.cc
+++ b/source/blender/depsgraph/intern/depsgraph_build.cc
@@ -47,7 +47,7 @@ extern "C" {
#include "DNA_cachefile_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
-#include "DNA_object_force.h"
+#include "DNA_object_force_types.h"
#include "BKE_main.h"
#include "BKE_collision.h"