From 07e3724970e60cde6e71e228b3f45ce1ed4b25d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Jan 2002 12:54:20 +0000 Subject: [PATCH] Include iostream since needed here. git-svn-id: https://svn.dealii.org/trunk@5417 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector.templates.h | 1 + deal.II/lac/source/sparse_direct.cc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/vector.templates.h b/deal.II/lac/include/lac/vector.templates.h index e72a71677d..36f400ec2f 100644 --- a/deal.II/lac/include/lac/vector.templates.h +++ b/deal.II/lac/include/lac/vector.templates.h @@ -17,6 +17,7 @@ #include #include #include +#include /* diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 4465d8dc2d..44b5fbe873 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -17,6 +17,9 @@ #include #include +#include + + // if we know that at least one of the HSL functions are there, // include the respective include file. Otherwise save some CPU cycles // in the compiler -- 2.39.5