From: guido Date: Fri, 8 Apr 2005 09:26:12 +0000 (+0000) Subject: missing cmath X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6600f224fb9a314177a5cb37b201e933bec9cd32;p=dealii-svn.git missing cmath git-svn-id: https://svn.dealii.org/trunk@10427 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index 3faea5d3e9..f765e022ce 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -19,6 +19,7 @@ #include #include +#include // we only need output streams, but older compilers did not provide // them in a separate include file