From 075a9e1714cecf3bbfca4d67fe9ea7ed10cffea9 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 5 Mar 2020 17:56:47 +0100
Subject: [PATCH] [diffcoeff][maxwellstefan] fix includes

---
 dumux/flux/maxwellstefandiffusioncoefficients.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/flux/maxwellstefandiffusioncoefficients.hh b/dumux/flux/maxwellstefandiffusioncoefficients.hh
index e137c68c88..8e7ffe4b09 100644
--- a/dumux/flux/maxwellstefandiffusioncoefficients.hh
+++ b/dumux/flux/maxwellstefandiffusioncoefficients.hh
@@ -25,7 +25,7 @@
 #ifndef DUMUX_DISCRETIZATION_MAXWELLSTEFAN_DIFFUSION_COEFFICIENTS_HH
 #define DUMUX_DISCRETIZATION_MAXWELLSTEFAN_DIFFUSION_COEFFICIENTS_HH
 
-#include <dune/common/exceptions.hh>
+#include <cassert>
 
 namespace Dumux {
 
-- 
GitLab