fix travis build

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/538/head
Kim Kulling 2015-04-16 12:09:06 +02:00
parent e4b84ff48a
commit 97946e25c9
1 changed files with 8 additions and 2 deletions

View File

@ -21,8 +21,14 @@
#include <stdexcept>
#include "StringComparison.h"
//#include "../include/assimp/Compiler/pstdint.h"
#ifdef _MSC_VER
# include <stdint.h>
#else
#include "../include/assimp/Compiler/pstdint.h"
#endif
namespace Assimp
{