From fdc8777e45bdd6dbf84c3c586a72fd24e2411c58 Mon Sep 17 00:00:00 2001 From: wz <wz_@users.sourceforge.net> Date: Fri, 22 Sep 2006 18:32:39 +0000 Subject: [PATCH] Added missing includes to ComplexShape.h --- include/ComplexShape.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ComplexShape.h b/include/ComplexShape.h index d6fd883a..3b2c6cb7 100644 --- a/include/ComplexShape.h +++ b/include/ComplexShape.h @@ -7,6 +7,10 @@ All rights reserved. Please see niflib.h for licence. */ #include "Ref.h" #include "nif_math.h" #include "nif_basic_types.h" +#include "obj/NiProperty.h" +#include "obj/NiNode.h" +#include "obj/NiAVObject.h" +#include "obj/NiTriBasedGeom.h" #include <vector> namespace Niflib { -- GitLab