[Part] fix MSVC compiler warning

about redefinition of content of basic.h, see https://forum.freecadweb.org/viewtopic.php?f=10&t=69988
This commit is contained in:
Uwe
2022-07-04 02:14:27 +02:00
parent 7a17e579f5
commit 3aa4955e94

View File

@@ -21,7 +21,13 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
// to avoid compiler warnings of redefining contents of basic.h
// later by #include <Gui/ViewProviderGeometryObject.h>
# include <corecrt_math_defines.h>
# include <Inventor/actions/SoGetBoundingBoxAction.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/nodes/SoOrthographicCamera.h>