From: Guido Kanschat Date: Fri, 5 Feb 1999 19:49:43 +0000 (+0000) Subject: Include stdlib.h for ANSI-compliance X-Git-Tag: v8.0.0~22495 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc208d3e69b6f4f329e8025bbcecc7728652f08;p=dealii.git Include stdlib.h for ANSI-compliance git-svn-id: https://svn.dealii.org/trunk@762 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index e701c61d79..49acd04928 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -7,8 +7,7 @@ #include #include - - +#include #ifndef __GNUC__ # define __PRETTY_FUNCTION__ "(unknown)"