Fix build across all platforms.

This commit is contained in:
Par Winzell 2017-10-17 17:56:21 -07:00
parent f4a48905eb
commit b44d3b19a8
2 changed files with 3 additions and 2 deletions

View File

@ -240,7 +240,7 @@ class FbxMaterialsAccess
{ {
public: public:
FbxMaterialAccess(const FbxMesh *pMesh) : FbxMaterialsAccess(const FbxMesh *pMesh, const std::map<const FbxTexture *, FbxString> &textureNames) :
mappingMode(FbxGeometryElement::eNone), mappingMode(FbxGeometryElement::eNone),
mesh(nullptr), mesh(nullptr),
indices(nullptr) indices(nullptr)

View File

@ -11,6 +11,7 @@
#define __RAWMODEL_H__ #define __RAWMODEL_H__
#include <unordered_map> #include <unordered_map>
#include <functional>
enum RawVertexAttribute enum RawVertexAttribute
{ {