From 8d2d71d029a0fdad4ee321e78c9af44df62ec72a Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 27 Jul 2020 14:32:29 +0200
Subject: [PATCH] DistanceComputations.h: include "core/logging/Logging.h"

DistanceComputations.h uses logging macros but does not include the
header unconditionally.
---
 src/mesh_common/DistanceComputations.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesh_common/DistanceComputations.h b/src/mesh_common/DistanceComputations.h
index 997546f1e..6333a5388 100644
--- a/src/mesh_common/DistanceComputations.h
+++ b/src/mesh_common/DistanceComputations.h
@@ -25,6 +25,7 @@
 #include "core/debug/Debug.h"
 #include "core/math/GenericAABB.h"
 #include "core/math/Matrix3.h"
+#include "core/logging/Logging.h"
 
 #include "mesh_common/MatrixVectorOperations.h"
 #include "mesh_common/TriangleMeshes.h"
-- 
GitLab