From a0012ce7c0e003bd09ba52e10b28aeed05cf0775 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