diff --git a/src/Mod/Part/Gui/SectionCutting.cpp b/src/Mod/Part/Gui/SectionCutting.cpp index 798d982b35..96a2ddd9e4 100644 --- a/src/Mod/Part/Gui/SectionCutting.cpp +++ b/src/Mod/Part/Gui/SectionCutting.cpp @@ -21,7 +21,13 @@ ***************************************************************************/ #include "PreCompiled.h" + #ifndef _PreComp_ + +// to avoid compiler warnings of redefining contents of basic.h +// later by #include +# include + # include # include # include