]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Zone.hxx
Salome HOME
Porting HOMARD SALOME module on WIN32 platform.
[modules/homard.git] / src / HOMARD / HOMARD_Zone.hxx
index fa0fd22f71f8f689fc75237dee57ac9fdb4e3a3d..f326098b9102b3797634a8aa93a2362a35a14fc9 100644 (file)
 #ifndef _HOMARD_Zone_HXX_
 #define _HOMARD_Zone_HXX_
 
+#include "HOMARD.hxx"
+
 #include <vector>
 #include <string>
 #include <list>
 
-class HOMARD_Zone
+#if defined WIN32
+#pragma warning ( disable: 4251 )
+#endif
+
+class HOMARDIMPL_EXPORT HOMARD_Zone
 {
 public:
   HOMARD_Zone();