Salome HOME
Merging with WPdev
[modules/smesh.git] / src / SMDS / SMDS_FaceOfNodes.hxx
index f1a3010b8cf46088ac28b165f9138c1d289d1cf4..7779c6ffd3baaf402297ed7c4e49792211f41040 100644 (file)
 #ifndef _SMDS_FaceOfNodes_HeaderFile
 #define _SMDS_FaceOfNodes_HeaderFile
 
+#include "SMESH_SMDS.hxx"
+
 #include "SMDS_MeshFace.hxx"
 #include "SMDS_MeshNode.hxx"
 #include "SMDS_Iterator.hxx"
 
 #include <iostream>
 
-class SMDS_FaceOfNodes:public SMDS_MeshFace
+class SMDS_EXPORT SMDS_FaceOfNodes:public SMDS_MeshFace
 {
   public:
        void Print(std::ostream & OS) const;