X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_ComputeError.hxx;h=b5e9965bb33585860a2bb7dfc37b6f502f553a29;hp=4887264da1de5a82d84f421efc6a9f106cd2ca6c;hb=7b2a4147d20d6fc90cff49a54d7d93b72c9515d0;hpb=8f57b2cfd33d6d41539b00f3665f184266c297be diff --git a/src/SMESHUtils/SMESH_ComputeError.hxx b/src/SMESHUtils/SMESH_ComputeError.hxx index 4887264da..b5e9965bb 100644 --- a/src/SMESHUtils/SMESH_ComputeError.hxx +++ b/src/SMESHUtils/SMESH_ComputeError.hxx @@ -24,6 +24,8 @@ #ifndef SMESH_ComputeError_HeaderFile #define SMESH_ComputeError_HeaderFile +#include "SMESH_Utils.hxx" + #include #include #include @@ -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;