Windows compatibility

This commit is contained in:
ana 2014-06-19 19:54:36 +04:00
parent 8f57b2cfd3
commit 7b2a4147d2
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,7 @@ SET(_link_LIBRARIES
${CAS_TKernel} ${CAS_TKernel}
${CAS_TKTopAlgo} ${CAS_TKTopAlgo}
SMESHDS SMESHDS
SMESHUtils
) )
# --- headers --- # --- headers ---

View File

@ -24,6 +24,8 @@
#ifndef SMESH_ComputeError_HeaderFile #ifndef SMESH_ComputeError_HeaderFile
#define SMESH_ComputeError_HeaderFile #define SMESH_ComputeError_HeaderFile
#include "SMESH_Utils.hxx"
#include <string> #include <string>
#include <list> #include <list>
#include <boost/shared_ptr.hpp> #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 int myName; //!< SMESH_ComputeErrorName or anything algo specific
std::string myComment; std::string myComment;