浏览代码

add missing include to fast_atof.h

Pavel Rojtberg 12 年之前
父节点
当前提交
6920c433fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 {