]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/XAO/XAO_BrepGeometry.hxx
Salome HOME
Win32 compatibility.
[modules/geom.git] / src / XAO / XAO_BrepGeometry.hxx
index a457b3a770345702b29fc7ac4a14d42aaaac4355..6be30f970125bdc035d15cb885af6ccd157978c1 100644 (file)
 
 #include <TopoDS_Shape.hxx>
 
+#include "XAO.hxx"
 #include "XAO_XaoUtils.hxx"
 #include "XAO_Geometry.hxx"
 
+#ifdef WIN32
+#pragma warning(disable:4290) // Warning Exception ...
+#endif
+
+
 namespace XAO
 {
     /**
      * @class BrepGeometry
      * Representation of a BRep Geometry.
      */
-    class BrepGeometry : public Geometry
+    class XAO_EXPORT BrepGeometry : public Geometry
     {
     public:
         /**