Skip to content
Snippets Groups Projects
Commit 8d2d71d0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

DistanceComputations.h: include "core/logging/Logging.h"

DistanceComputations.h uses logging macros but does not include the
header unconditionally.
parent 0e3fc2a2
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment