Update fast_atof.h

Fix include brackets.
pull/909/head
Kim Kulling 2016-06-07 11:51:09 +02:00
parent 7207e5117c
commit 81773b4e4e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#ifdef _MSC_VER
# include <stdint.h>
#else
#include <assimp/Compiler/pstdint.h"
# include <assimp/Compiler/pstdint.h>
#endif
namespace Assimp