From 4c3eecf2c14120b879998fb5b216b42ce2026cf4 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 19 Apr 2009 08:48:35 +0000
Subject: [PATCH] include missing headers

[[Imported from SVN: r4054]]
---
 src/rodlocalstiffness.hh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh
index 4582b764..1b5942ae 100644
--- a/src/rodlocalstiffness.hh
+++ b/src/rodlocalstiffness.hh
@@ -1,13 +1,13 @@
 #ifndef ROD_LOCAL_STIFFNESS_HH
 #define ROD_LOCAL_STIFFNESS_HH
 
-#include <dune/istl/bcrsmatrix.hh>
 #include <dune/common/fmatrix.hh>
-#include <dune/istl/matrixindexset.hh>
 #include <dune/istl/matrix.hh>
-#include "localgeodesicfestiffness.hh"
-#include<dune/disc/operators/boundaryconditions.hh>
+#include <dune/grid/common/quadraturerules.hh>
+#include <dune/disc/operators/boundaryconditions.hh>
+#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
 
+#include "localgeodesicfestiffness.hh"
 #include "rigidbodymotion.hh"
 
 template<class GridView, class RT>
-- 
GitLab