Mercurial > hg > octave-nkf
diff liboctave/lo-ieee.cc @ 9592:5828d64ca004
lo-ieee.cc: include cstdlib, update copyright date
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 31 Aug 2009 19:31:21 -0400 |
parents | 264fb5520973 |
children | bb70d16cca3b |
line wrap: on
line diff
--- a/liboctave/lo-ieee.cc +++ b/liboctave/lo-ieee.cc @@ -1,7 +1,7 @@ /* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton + 2007, 2008, 2009 John W. Eaton This file is part of Octave. @@ -26,6 +26,7 @@ #endif #include <cfloat> +#include <cstdlib> #if defined (HAVE_FLOATINGPOINT_H) #include <floatingpoint.h>