Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Communication / MultiCommException.hxx
index 38054547c15b5c91573a1717b05df858f4a6a05c..a6d4277bbbb1dc38cdd1ebaba8f5d3d3d56152d2 100644 (file)
 #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: