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	Tue Apr 03 19:39:12 2007 +0000
+++ b/liboctave/oct-inttypes.h	Wed Apr 04 02:37:07 2007 +0000
@@ -24,6 +24,8 @@
 #if !defined (octave_inttypes_h)
 #define octave_inttypes_h 1
 
+#include <climits>
+
 #include <limits>
 #include <iostream>