From: heister Date: Tue, 12 Mar 2013 18:33:26 +0000 (+0000) Subject: fix compilation error with PETSc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b40894aed6036e24887106e51478be6e6e1cd10;p=dealii-svn.git fix compilation error with PETSc git-svn-id: https://svn.dealii.org/trunk@28871 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_tools.cc b/deal.II/source/fe/fe_tools.cc index 5347869b82..0589b9a3b4 100644 --- a/deal.II/source/fe/fe_tools.cc +++ b/deal.II/source/fe/fe_tools.cc @@ -22,6 +22,8 @@ #include #include #include +#include +#include #include #include #include