FBXImporter: fix build.

pull/812/head
Kim Kulling 2016-02-28 20:27:31 +01:00
parent 2496e8a0a3
commit 28d327b7ea
3 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"