From ff0111f946cd86ac599f91df85fc6017822938a3 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Sat, 14 Mar 2020 21:04:24 +0100
Subject: [PATCH] [tpfa][fickslaw] add missing include

---
 dumux/flux/cctpfa/fickslaw.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dumux/flux/cctpfa/fickslaw.hh b/dumux/flux/cctpfa/fickslaw.hh
index 21b83c3266..e7b0039f1d 100644
--- a/dumux/flux/cctpfa/fickslaw.hh
+++ b/dumux/flux/cctpfa/fickslaw.hh
@@ -24,6 +24,8 @@
 #ifndef DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
 #define DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
 
+#include <dune/common/fvector.hh>
+
 #include <dumux/common/parameters.hh>
 #include <dumux/common/properties.hh>
 #include <dumux/common/deprecated.hh>
-- 
GitLab