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 <stdexcept>
|
||||||
|
|
||||||
#include "StringComparison.h"
|
#include "StringComparison.h"
|
||||||
//#include "../include/assimp/Compiler/pstdint.h"
|
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
#else
|
||||||
|
#include "../include/assimp/Compiler/pstdint.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Assimp
|
namespace Assimp
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue