From 8b98ef2f29a78d0785292868781c2210addfe360 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 19 Jun 2018 10:20:09 +0200
Subject: [PATCH] [PL] Add missing include in LocalAssemblerInterface.h

---
 ProcessLib/LocalAssemblerInterface.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ProcessLib/LocalAssemblerInterface.h b/ProcessLib/LocalAssemblerInterface.h
index d3f01175a99..3b21962dfb3 100644
--- a/ProcessLib/LocalAssemblerInterface.h
+++ b/ProcessLib/LocalAssemblerInterface.h
@@ -9,6 +9,8 @@
 
 #pragma once
 
+#include <Eigen/Dense>
+
 #include "NumLib/NumericsConfig.h"
 #include "MathLib/Point3d.h"
 
-- 
GitLab