mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Windows compatibility
This commit is contained in:
parent
8f57b2cfd3
commit
7b2a4147d2
@ -39,6 +39,7 @@ SET(_link_LIBRARIES
|
||||
${CAS_TKernel}
|
||||
${CAS_TKTopAlgo}
|
||||
SMESHDS
|
||||
SMESHUtils
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user