From 2213d6dbefc4ca70518bf1f6e6372d225385b6af Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Sep 2002 15:19:15 +0000 Subject: [PATCH] Include errno.h git-svn-id: https://svn.dealii.org/trunk@6525 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index bfdccc7947..bb723ba3e9 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -20,6 +20,7 @@ #include #include #include +#include // if we know that at least one of the HSL functions are there, -- 2.39.5