[FEM] HypothesisPy.cpp: fox compiler warning

- see https://forum.freecadweb.org/viewtopic.php?p=633192#p633192
This commit is contained in:
Uwe
2022-10-15 19:11:06 +02:00
parent 354cffe559
commit 63cc042299

View File

@@ -22,6 +22,10 @@
#include "PreCompiled.h"
// HypothesisPy.h must be included as first file to avoid compiler warning,
// see: https://forum.freecadweb.org/viewtopic.php?p=633192#p633192
#include "HypothesisPy.h"
#ifndef _PreComp_
# include <sstream>
@@ -64,7 +68,6 @@
#include <Base/Interpreter.h>
#include <Mod/Part/App/TopoShapePy.h>
#include "HypothesisPy.h"
#include "FemMeshPy.h"