missing headers (external smesh)

This commit is contained in:
lo
2019-05-18 14:56:26 +02:00
committed by Yorik van Havre
parent a6fca79576
commit d05feb2f45
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
***************************************************************************/
#include "PreCompiled.h"
#include "HypothesisPy.h"
#ifndef _PreComp_
# include <sstream>
@@ -62,7 +63,6 @@
# endif
#endif
#include "HypothesisPy.h"
#include "FemMeshPy.h"
#include <Base/Interpreter.h>
#include <Mod/Part/App/TopoShapePy.h>

View File

@@ -74,6 +74,7 @@
#include <boost/tokenizer.hpp>
// Salomesh
#include <SMESH_Version.h>
#include <SMESH_Gen.hxx>
#include <SMESH_Group.hxx>
#include <SMESHDS_Mesh.hxx>