From 6c1e5bc53b02f16e9eedcd41307a3f889de8e256 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sat, 22 Jul 2006 19:03:37 +0000 Subject: [PATCH] Fixed some include problems. --- ComplexShape.h | 3 +++ obj/NiTriBasedGeom.h | 1 + 2 files changed, 4 insertions(+) diff --git a/ComplexShape.h b/ComplexShape.h index 83dec729..24600ab9 100644 --- a/ComplexShape.h +++ b/ComplexShape.h @@ -7,9 +7,12 @@ All rights reserved. Please see niflib.h for licence. */ #include "Ref.h" #include "nif_math.h" #include "nif_basic_types.h" +#include <vector> namespace Niflib { +using namespace std; + // Forward define of referenced classes class NiProperty; class NiNode; diff --git a/obj/NiTriBasedGeom.h b/obj/NiTriBasedGeom.h index e19c21cb..71375898 100644 --- a/obj/NiTriBasedGeom.h +++ b/obj/NiTriBasedGeom.h @@ -6,6 +6,7 @@ All rights reserved. Please see niflib.h for licence. */ #include "NiAVObject.h" #include "NiNode.h" +#include "../gen/SkinWeight.h" // Include structures #include "../Ref.h" -- GitLab