Merge pull request #72 from paroj/master

add missing include to fast_atof.h
pull/73/merge
Alexander Gessler 2013-08-07 05:44:28 -07:00
commit bebe13e103
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
{