fix travis build
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/538/head
parent
e4b84ff48a
commit
97946e25c9
|
@ -21,8 +21,14 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#include "StringComparison.h"
|
||||
//#include "../include/assimp/Compiler/pstdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <stdint.h>
|
||||
#else
|
||||
#include "../include/assimp/Compiler/pstdint.h"
|
||||
#endif
|
||||
|
||||
namespace Assimp
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue