From 96e2bd84932a826d09b7ed2201ba67a0a74f0b29 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 16:45:06 +0100 Subject: Cleanup: Fix forward declaration of headers --- source/blender/io/collada/AnimationClipExporter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/io') diff --git a/source/blender/io/collada/AnimationClipExporter.h b/source/blender/io/collada/AnimationClipExporter.h index 25c69fe6b93..036a03c3b53 100644 --- a/source/blender/io/collada/AnimationClipExporter.h +++ b/source/blender/io/collada/AnimationClipExporter.h @@ -22,6 +22,8 @@ #include #include "COLLADASWLibraryAnimationClips.h" +#include "DEG_depsgraph.h" +#include "ExportSettings.h" class AnimationClipExporter : COLLADASW::LibraryAnimationClips { private: -- cgit v1.2.3