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>2019-09-07 16:17:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-07 16:17:40 +0300
commitfa7ee622f0fb2f7482dbae94df194a3b33a73a98 (patch)
treeea238e4fe370d261dd86580a670a5ce00f84cacf /source/blender/blenloader/intern/versioning_270.c
parent1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 (diff)
Cleanup: includes in headers
Forward declare structs where possible.
Diffstat (limited to 'source/blender/blenloader/intern/versioning_270.c')
-rw-r--r--source/blender/blenloader/intern/versioning_270.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index 5010cc8071d..3d55891bb0a 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -48,6 +48,7 @@
#include "DNA_view3d_types.h"
#include "DNA_smoke_types.h"
#include "DNA_rigidbody_types.h"
+#include "DNA_light_types.h"
#include "DNA_genfile.h"