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