From: Wolfgang Bangerth Date: Mon, 17 May 1999 16:35:47 +0000 (+0000) Subject: Include a file that was missing before we started compiling with X-Git-Tag: v8.0.0~21957 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69674cc78f4b78a5c1258523d87055053f0df34f;p=dealii.git Include a file that was missing before we started compiling with -fno-builtin git-svn-id: https://svn.dealii.org/trunk@1334 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_cg.h b/deal.II/lac/include/lac/solver_cg.h index 2258796928..811e271a8c 100644 --- a/deal.II/lac/include/lac/solver_cg.h +++ b/deal.II/lac/include/lac/solver_cg.h @@ -9,6 +9,7 @@ #include #include #include +#include