From 18d37808ae8b279634fcd2071fb02195be11c4cf Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Wed, 23 Nov 2016 20:17:36 +0100
Subject: [PATCH] [fix][ccglobalvolvars] Fix header include

---
 dumux/discretization/cellcentered/globalvolumevariables.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dumux/discretization/cellcentered/globalvolumevariables.hh b/dumux/discretization/cellcentered/globalvolumevariables.hh
index ae4b4633f1..a0b5bb91f2 100644
--- a/dumux/discretization/cellcentered/globalvolumevariables.hh
+++ b/dumux/discretization/cellcentered/globalvolumevariables.hh
@@ -24,6 +24,7 @@
 #define DUMUX_DISCRETIZATION_CC_GLOBAL_VOLUMEVARIABLES_HH
 
 #include <dumux/implicit/properties.hh>
+#include <dumux/porousmediumflow/compositional/primaryvariableswitch.hh>
 
 namespace Dumux
 {
-- 
GitLab