From 73b0cd81a8c5527b7c8eb439a05812ee14ab8136 Mon Sep 17 00:00:00 2001
From: Martin Nolte <nolte@mathematik.uni-freiburg.de>
Date: Thu, 13 Jun 2013 08:06:45 +0200
Subject: [PATCH] add missing includes

---
 dune/istl/solver.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dune/istl/solver.hh b/dune/istl/solver.hh
index e16aab438..8ace9496b 100644
--- a/dune/istl/solver.hh
+++ b/dune/istl/solver.hh
@@ -3,6 +3,10 @@
 
 #ifndef DUNE_SOLVER_HH
 #define DUNE_SOLVER_HH
+
+#include <iomanip>
+#include <ostream>
+
 namespace Dune
 {
 /**
-- 
GitLab