From c59dea0a92b696e27488b4ae41f36435c5548c09 Mon Sep 17 00:00:00 2001
From: Christoph Rettinger <christoph.rettinger@fau.de>
Date: Tue, 19 Jun 2018 13:11:24 +0200
Subject: [PATCH] Fixed missing include in test

---
 .../momentum_exchange_method/LubricationCorrectionMEM.cpp        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pe_coupling/momentum_exchange_method/LubricationCorrectionMEM.cpp b/tests/pe_coupling/momentum_exchange_method/LubricationCorrectionMEM.cpp
index 26a984714..787718266 100644
--- a/tests/pe_coupling/momentum_exchange_method/LubricationCorrectionMEM.cpp
+++ b/tests/pe_coupling/momentum_exchange_method/LubricationCorrectionMEM.cpp
@@ -52,6 +52,7 @@
 #include "timeloop/SweepTimeloop.h"
 
 #include "pe/basic.h"
+#include "pe/utility/Distance.h"
 
 #include "pe_coupling/mapping/all.h"
 #include "pe_coupling/momentum_exchange_method/all.h"
-- 
GitLab