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_TKTopAlgo}
SMESHDS
SMESHUtils
)
# --- headers ---

View File

@ -24,6 +24,8 @@
#ifndef SMESH_ComputeError_HeaderFile
#define SMESH_ComputeError_HeaderFile
#include "SMESH_Utils.hxx"
#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;