diff --git a/ComplexShape.h b/ComplexShape.h index 83dec7294ad56bf2cb55931f743d85c03d211f90..24600ab910a07299e14c677ce88597d9d8938d6e 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 e19c21cb437cf4f6e22aaad9fcfa2a1f7c14e574..7137589822df8698c991dcb664ebf72e9d340a2f 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"