add missing include to fast_atof.h

pull/72/head
Pavel Rojtberg 2013-08-07 14:29:17 +02:00
parent 9dca64d135
commit 6920c433fd
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define __FAST_A_TO_F_H_INCLUDED__
#include <math.h>
#include <limits.h>
namespace Assimp
{