From f7106887cc9c158af22979368c5c1a88d54c0a68 Mon Sep 17 00:00:00 2001 From: acgessler Date: Sat, 19 Jan 2013 17:00:14 +0100 Subject: [PATCH] - some fixes for vc12 --- code/FBXMeshGeometry.cpp | 2 ++ code/LWOAnimation.cpp | 2 ++ code/Vertex.h | 1 + 3 files changed, 5 insertions(+) diff --git a/code/FBXMeshGeometry.cpp b/code/FBXMeshGeometry.cpp index 84fcc2ed3..be3fbd621 100644 --- a/code/FBXMeshGeometry.cpp +++ b/code/FBXMeshGeometry.cpp @@ -45,6 +45,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef ASSIMP_BUILD_NO_FBX_IMPORTER +#include + #include "FBXParser.h" #include "FBXDocument.h" #include "FBXImporter.h" diff --git a/code/LWOAnimation.cpp b/code/LWOAnimation.cpp index 8b998c56e..d719ef951 100644 --- a/code/LWOAnimation.cpp +++ b/code/LWOAnimation.cpp @@ -49,6 +49,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "AssimpPCH.h" #if (!defined ASSIMP_BUILD_NO_LWO_IMPORTER) && (!defined ASSIMP_BUILD_NO_LWS_IMPORTER) +#include + // internal headers #include "LWOFileData.h" diff --git a/code/Vertex.h b/code/Vertex.h index 61f7d84b7..a29211d53 100644 --- a/code/Vertex.h +++ b/code/Vertex.h @@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef AI_VERTEX_H_INC #define AI_VERTEX_H_INC +#include namespace Assimp {