From 97946e25c9a3b10b2c7a89c742128e4f3bb5178c Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 16 Apr 2015 12:09:06 +0200 Subject: [PATCH] fix travis build Signed-off-by: Kim Kulling --- code/fast_atof.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/code/fast_atof.h b/code/fast_atof.h index 794e95fb3..54e98eb3a 100644 --- a/code/fast_atof.h +++ b/code/fast_atof.h @@ -21,8 +21,14 @@ #include #include "StringComparison.h" -//#include "../include/assimp/Compiler/pstdint.h" -#include + + +#ifdef _MSC_VER +# include +#else +#include "../include/assimp/Compiler/pstdint.h" +#endif + namespace Assimp {