fix compilation error

This commit is contained in:
Perfare 2021-05-28 22:16:50 +08:00
parent c9394cd957
commit caa45216ef

View File

@ -4,18 +4,6 @@
#include <string>
#include <unordered_set>
namespace fbxsdk
{
class FbxManager;
class FbxScene;
class FbxExporter;
template<typename T, const int Alignment = 16>
class FbxArray;
class FbxFileTexture;
class FbxSurfacePhong;
class FbxPose;
}
struct AsFbxContext
{