Update FeatureLoft.cpp (#15851)

caused compile issues on MSVC with PCH.
See
https://forum.freecad.org/viewtopic.php?t=89702
3976595dc3
This commit is contained in:
MisterMaker
2024-08-12 01:38:36 +02:00
committed by GitHub
parent bced64c28d
commit c3b88f3b5a

View File

@@ -20,7 +20,7 @@
* *
***************************************************************************/
#include "FeatureLoft.h"
// NOLINTNEXTLINE(CppUnusedIncludeDirective)
#include "PreCompiled.h" // NOLINT(misc-include-cleaner)
@@ -40,7 +40,7 @@
#include "Mod/Part/App/TopoShapeOpCode.h"
#include "FeatureLoft.h"
using namespace PartDesign;
PROPERTY_SOURCE(PartDesign::Loft, PartDesign::ProfileBased)