Browse Source

add missing include to fast_atof.h

Pavel Rojtberg 12 years ago
parent
commit
6920c433fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/fast_atof.h

+ 1 - 0
code/fast_atof.h

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