From e24cd8f03ce917a7c2d5bd1c4b29c9011ed1d559 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 11 Jul 2022 11:12:45 +0200 Subject: [PATCH] Part: [skip ci] fix possible build failure --- src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp b/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp index dee67db571..73e9284a5f 100644 --- a/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp +++ b/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp @@ -22,6 +22,7 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include # include #endif