From 001b77dd91068aef9094cb5a582e87b2602466a8 Mon Sep 17 00:00:00 2001 From: Tazpn <tazpn@users.sourceforge.net> Date: Sat, 24 Jun 2006 18:18:42 +0000 Subject: [PATCH] Minor fixes so I can actually build the base nif library. --- niflib.cpp | 1 + obj/NiTriBasedGeom.h | 1 + 2 files changed, 2 insertions(+) diff --git a/niflib.cpp b/niflib.cpp index 9ea75996..927b8808 100644 --- a/niflib.cpp +++ b/niflib.cpp @@ -20,6 +20,7 @@ All rights reserved. Please see niflib.h for licence. */ #include "obj/NiKeyframeData.h" #include "obj/NiStringExtraData.h" #include "gen/header.h" +#include "gen/footer.h" namespace Niflib { diff --git a/obj/NiTriBasedGeom.h b/obj/NiTriBasedGeom.h index 767f0828..360d1512 100644 --- a/obj/NiTriBasedGeom.h +++ b/obj/NiTriBasedGeom.h @@ -5,6 +5,7 @@ All rights reserved. Please see niflib.h for licence. */ #define _NITRIBASEDGEOM_H_ #include "NiAVObject.h" +#include "NiNode.h" // Include structures #include "../Ref.h" -- GitLab