Salome HOME
Win32 compatibility.
[modules/geom.git] / src / XAO / XAO_Exception.hxx
index dce64a9677a028bea826f41bf784405904f64ea8..78d4b3072af9587dc5fdfdd64390dd50e1d187fe 100644 (file)
 #ifndef __XAO_EXCEPTION_HXX__
 #define __XAO_EXCEPTION_HXX__
 
+#include "XAO.hxx"
+#include <exception>
+
 namespace XAO
 {
     /**
      * \class XAO_Exception
      * Exception for XAO operations.
      */
-    class XAO_Exception : public std::exception
+    class XAO_EXPORT XAO_Exception : public std::exception
     {
     public:
         /**