Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Communication / MultiCommException.hxx
index d3a350e4b4b976438b5b4cb50c35f1bbaf51a549..a6d4277bbbb1dc38cdd1ebaba8f5d3d3d56152d2 100644 (file)
 // License along with this library; if not, write to the Free Software 
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef _MULTICOMMEXCEPTION_HXX_
 #define _MULTICOMMEXCEPTION_HXX_
 
-#include <string>
+#include <SALOME_Communication.hxx>
 
+#include <string>
 
-class MultiCommException {
+class COMMUNICATION_EXPORT MultiCommException {
 private:
   std::string _message;
 public: