mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 19:31:27 +05:00
Revert "Fix compilation pb on gcc 6 (add missing std includes)"
This reverts commit 4e4625e956d1c112e71ed8fa8d8df5a0e9e0a3b3.
This commit is contained in:
parent
dfdbed8fb7
commit
17af9c6525
@ -22,8 +22,6 @@
|
||||
|
||||
#include "SMDS_MeshElement.hxx"
|
||||
|
||||
#include <vector>
|
||||
|
||||
/*!
|
||||
* \brief Base class for all cells
|
||||
*/
|
||||
|
@ -26,9 +26,8 @@
|
||||
#define _SMDS_PolygonalFaceOfNodes_HeaderFile
|
||||
|
||||
#include "SMESH_SMDS.hxx"
|
||||
#include "SMDS_CellOfNodes.hxx"
|
||||
|
||||
#include <vector>
|
||||
#include "SMDS_CellOfNodes.hxx"
|
||||
|
||||
class SMDS_EXPORT SMDS_PolygonalFaceOfNodes : public SMDS_CellOfNodes
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user