Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Thu, 19 Jun 2014 15:54:36 +0000 (19:54 +0400)
committerana <ana@opencascade.com>
Thu, 19 Jun 2014 15:54:36 +0000 (19:54 +0400)
src/Driver/CMakeLists.txt
src/SMESHUtils/SMESH_ComputeError.hxx

index b69a98952928b8bd6967d886c35550d217eb1897..8eccaefcdd7094355a079cf7150ea99cd8ee968c 100644 (file)
@@ -39,6 +39,7 @@ SET(_link_LIBRARIES
   ${CAS_TKernel}
   ${CAS_TKTopAlgo}
   SMESHDS
   ${CAS_TKernel}
   ${CAS_TKTopAlgo}
   SMESHDS
+  SMESHUtils
 )
 
 # --- headers ---
 )
 
 # --- headers ---
index 4887264da1de5a82d84f421efc6a9f106cd2ca6c..b5e9965bb33585860a2bb7dfc37b6f502f553a29 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef SMESH_ComputeError_HeaderFile
 #define SMESH_ComputeError_HeaderFile
 
 #ifndef SMESH_ComputeError_HeaderFile
 #define SMESH_ComputeError_HeaderFile
 
+#include "SMESH_Utils.hxx"
+
 #include <string>
 #include <list>
 #include <boost/shared_ptr.hpp>
 #include <string>
 #include <list>
 #include <boost/shared_ptr.hpp>
@@ -67,7 +69,7 @@ enum SMESH_ComputeErrorName
  */
 // =============================================================
 
  */
 // =============================================================
 
-struct SMESH_ComputeError
+struct SMESHUtils_EXPORT SMESH_ComputeError
 {
   int               myName; //!< SMESH_ComputeErrorName or anything algo specific
   std::string       myComment;
 {
   int               myName; //!< SMESH_ComputeErrorName or anything algo specific
   std::string       myComment;