From dce36e2192d558b1dc0141e85d46b79d9048fb2a Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 24 Jan 2018 00:27:01 +0100
Subject: [PATCH] [PL] HM: Add missing include for LocalCplSol.

---
 ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h
index 0fabb9d555b..0ed66f13587 100644
--- a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h
+++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h
@@ -15,6 +15,7 @@
 
 #include "MaterialLib/SolidModels/KelvinVector.h"
 #include "NumLib/Function/Interpolation.h"
+#include "ProcessLib/CoupledSolutionsForStaggeredScheme.h"
 
 namespace ProcessLib
 {
-- 
GitLab