From: hartmann Date: Fri, 12 Mar 1999 15:34:32 +0000 (+0000) Subject: #include cmath is needed because of fabs(..) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709de7b4fded1a32bac67b202612f6ac57dc6745;p=dealii-svn.git #include cmath is needed because of fabs(..) git-svn-id: https://svn.dealii.org/trunk@1002 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index f8b7724e34..ae7cae0a1f 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -7,6 +7,7 @@ #include #include #include +#include /** * Bicgstab algorithm by van der Vorst.