Salome HOME
Win32 compatibility.
[modules/geom.git] / src / XAO / XAO_XaoExporter.hxx
index a63e921ca1ec6a2dca7c8d4ec3aa12b27b81ee8d..2971ab63e2413968e82948c27a4c003d79e2a0ac 100644 (file)
 #ifndef __XAO_XAOEXPORTER_HXX__
 #define __XAO_XAOEXPORTER_HXX__
 
+#include "XAO.hxx"
 #include "XAO_Xao.hxx"
 #include "XAO_Geometry.hxx"
 #include "XAO_Group.hxx"
 #include "XAO_Field.hxx"
 
+#ifdef WIN32
+#pragma warning(disable:4290) // Warning Exception ...
+#endif
+
 namespace XAO
 {
     /**
      * @class XaoExporter
      * Util class for import/export XAO.
      */
-    class XaoExporter
+    class XAO_EXPORT XaoExporter
     {
     public:
         /**