diff liboctave/oct-inttypes.h @ 6482:7e958a1532c6

[project @ 2007-04-04 02:37:07 by jwe]
author jwe
date Wed, 04 Apr 2007 02:37:07 +0000
parents fe9817a6ee98
children 2a83fce5a097
line wrap: on
line diff
--- a/liboctave/oct-inttypes.h
+++ b/liboctave/oct-inttypes.h
@@ -24,6 +24,8 @@
 #if !defined (octave_inttypes_h)
 #define octave_inttypes_h 1
 
+#include <climits>
+
 #include <limits>
 #include <iostream>