From 0c1f17d5161f1463f2f95bf762f8084a2350e70e Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 8 Oct 2020 10:00:31 +0200 Subject: [PATCH] Path: [skip ci] fix build failure on Windows if PCH is disabled --- src/Mod/Path/App/Voronoi.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Path/App/Voronoi.cpp b/src/Mod/Path/App/Voronoi.cpp index 4a3382306b..ce8c36a5cf 100644 --- a/src/Mod/Path/App/Voronoi.cpp +++ b/src/Mod/Path/App/Voronoi.cpp @@ -24,6 +24,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include # include # include # include @@ -39,7 +40,7 @@ using namespace Base; using namespace Path; -TYPESYSTEM_SOURCE(Path::Voronoi , Base::BaseClass); +TYPESYSTEM_SOURCE(Path::Voronoi , Base::BaseClass) // Helpers