add missing include to fast_atof.h

This commit is contained in:
Pavel Rojtberg
2013-08-07 14:29:17 +02:00
parent 9dca64d135
commit 6920c433fd

View File

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