From: oliver Date: Tue, 28 Mar 2006 16:52:16 +0000 (+0000) Subject: Added the header file. The compiler complained about not X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164712d78dfdc82df9bd18f3c1a89635925f0054;p=dealii-svn.git Added the header file. The compiler complained about not knowing isnan etc. in the PetSC LAC parts. This should be fixed now. git-svn-id: https://svn.dealii.org/trunk@12727 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index 8936ea256b..eee788f65f 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -23,6 +23,7 @@ #include #include #include +#include namespace PETScWrappers {