From fb75ab6e10fbb9f26cb5b92f909caba5e7361e3b Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 3 Aug 2023 23:59:44 +0200 Subject: [PATCH] Mesh: modernize C++: use override --- src/Mod/Mesh/App/Core/Visitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Mesh/App/Core/Visitor.h b/src/Mod/Mesh/App/Core/Visitor.h index 2a9596f2e5..d57ffb6ac7 100644 --- a/src/Mod/Mesh/App/Core/Visitor.h +++ b/src/Mod/Mesh/App/Core/Visitor.h @@ -24,7 +24,7 @@ #define VISITOR_H #include -#include +#include "MeshKernel.h" namespace MeshCore {