changeset 3290:b1969349f689

[project @ 1999-10-14 16:54:58 by jwe]
author jwe
date Thu, 14 Oct 1999 16:54:58 +0000
parents 171ceefb7d2e
children 029fac81ac65
files liboctave/ChangeLog liboctave/oct-time.cc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* oct-time.cc: Include <climits>.
+
 1999-10-13  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* cmd-edit.h (command_editor::do_resize_terminal): New function.
--- a/liboctave/oct-time.cc
+++ b/liboctave/oct-time.cc
@@ -24,6 +24,7 @@
 #include <config.h>
 #endif
 
+#include <climits>
 #include <cmath>
 
 #include "lo-error.h"