Browse Source

GNU needs #include <limits> for numeric_limits

rdb 11 years ago
parent
commit
4db966f431
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dtoolbase/pstrtod.cxx

+ 1 - 0
dtool/src/dtoolbase/pstrtod.cxx

@@ -16,6 +16,7 @@
 
 #include <ctype.h>
 #include <math.h>
+#include <limits>
 
 #ifdef _WIN32
 #define strncasecmp _strnicmp