From: Wolfgang Bangerth Date: Fri, 12 Feb 1999 12:00:14 +0000 (+0000) Subject: let stdlib.h be cstdlib X-Git-Tag: v8.0.0~22469 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a949cbc9c88b6a59f129ef1990ebf637a4c020d;p=dealii.git let stdlib.h be cstdlib git-svn-id: https://svn.dealii.org/trunk@788 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 49acd04928..219fe80404 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -7,7 +7,7 @@ #include #include -#include +#include #ifndef __GNUC__ # define __PRETTY_FUNCTION__ "(unknown)"