diff options
Diffstat (limited to 'libstdc++-v3/libsupc++/tinfo.h')
| -rw-r--r-- | libstdc++-v3/libsupc++/tinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/tinfo.h b/libstdc++-v3/libsupc++/tinfo.h index 6be77bae268..5ff6418e627 100644 --- a/libstdc++-v3/libsupc++/tinfo.h +++ b/libstdc++-v3/libsupc++/tinfo.h @@ -175,7 +175,7 @@ public: // type_info for a general class. -#include <limits.h> +#include <climits> #if INT_MAX == 2147483647 typedef int myint32; |

