From 3c0d0df84892d19e42ae9b5331646c0617cd6a16 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 17 Jun 2015 18:16:00 +0300 Subject: [PATCH] Windows compatibility --- src/SMESHUtils/CMakeLists.txt | 1 + src/SMESHUtils/SMESH_MAT2d.hxx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index 8c2f3217d..8bafe47f4 100644 --- a/src/SMESHUtils/CMakeLists.txt +++ b/src/SMESHUtils/CMakeLists.txt @@ -43,6 +43,7 @@ SET(_link_LIBRARIES ${CAS_TKG3d} ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} + ${CAS_TKTopAlgo} ${Boost_LIBRARIES} SMDS ) diff --git a/src/SMESHUtils/SMESH_MAT2d.hxx b/src/SMESHUtils/SMESH_MAT2d.hxx index 7e1061d05..2b60605bc 100644 --- a/src/SMESHUtils/SMESH_MAT2d.hxx +++ b/src/SMESHUtils/SMESH_MAT2d.hxx @@ -161,7 +161,7 @@ namespace SMESH_MAT2d * \brief Face boundary is discretized so that each its segment to correspond to * an edge of MA */ - class Boundary + class SMESHUtils_EXPORT Boundary { public: -- 2.30.2