2
0
Kim Kulling 9 жил өмнө
parent
commit
28d327b7ea

+ 0 - 5
code/ASEParser.h

@@ -43,11 +43,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef AI_ASEFILEHELPER_H_INC
 #define AI_ASEFILEHELPER_H_INC
 
-// STL/CRT headers
-//#include <string>
-//#include <vector>
-//#include <list>
-
 // public ASSIMP headers
 #include "../include/assimp/types.h"
 #include "../include/assimp/mesh.h"

+ 1 - 0
code/FBXDocument.h

@@ -45,6 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define INCLUDED_AI_FBX_DOCUMENT_H
 
 #include <numeric>
+#include <stdint.h>
 #include "../include/assimp/mesh.h"
 #include "FBXProperties.h"
 #include "FBXParser.h"

+ 1 - 0
code/FBXParser.h

@@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef INCLUDED_AI_FBX_PARSER_H
 #define INCLUDED_AI_FBX_PARSER_H
 
+#include <stdint.h>
 #include <boost/scoped_ptr.hpp>
 #include "LogAux.h"