From 8ecc17a97fc2594f45b2e5c752fabe992b0b3107 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 29 Dec 2020 23:39:58 +0100
Subject: [PATCH] [MeL] Add include to avoid compile err.

---
 MeshLib/Elements/LineRule2.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MeshLib/Elements/LineRule2.cpp b/MeshLib/Elements/LineRule2.cpp
index fbc833b43d5..366d4377075 100644
--- a/MeshLib/Elements/LineRule2.cpp
+++ b/MeshLib/Elements/LineRule2.cpp
@@ -10,6 +10,7 @@
 
 #include "LineRule2.h"
 
+#include "MathLib/MathTools.h"
 #include "MeshLib/Node.h"
 
 namespace MeshLib {
-- 
GitLab