[MeshPart] improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-07 23:07:41 +01:00
parent b8c83a1c62
commit 8d6ea90cee
7 changed files with 55 additions and 190 deletions

View File

@@ -26,18 +26,20 @@
# include <memory>
# include <stdexcept>
# include <vector>
# include <TopoDS.hxx>
# include <TopoDS_Edge.hxx>
# include <TopoDS_Face.hxx>
# include <boost/python.hpp>
# include <boost/python/call.hpp>
# include <boost/python/class.hpp>
# include <boost/python/copy_const_reference.hpp>
# include <boost/python/module.hpp>
# include <boost/python/return_value_policy.hpp>
# include <boost/python/wrapper.hpp>
#endif
#include <boost/python.hpp>
#include <boost/python/module.hpp>
#include <boost/python/class.hpp>
#include <boost/python/wrapper.hpp>
#include <boost/python/call.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/return_value_policy.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/Sparse>