From: Guido Kanschat Date: Fri, 8 Apr 2005 09:26:12 +0000 (+0000) Subject: missing cmath X-Git-Tag: v8.0.0~14120 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78d2620f4511e113c63f2d5ec33e76d742859a5;p=dealii.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