From: kgv Date: Wed, 13 Mar 2019 13:53:16 +0000 (+0300) Subject: 0030569: Foundation Classes - NCollection_Shared lacks inclusion of NCollection_Defin... X-Git-Tag: V7_4_0_beta~207 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d65f9183fd1f6974c5a338245f2786452939b421;p=occt-copy.git 0030569: Foundation Classes - NCollection_Shared lacks inclusion of NCollection_DefineAlloc.hxx Add missing includes. --- diff --git a/src/NCollection/NCollection_Shared.hxx b/src/NCollection/NCollection_Shared.hxx index 78b13aa9ee..6538d919a5 100644 --- a/src/NCollection/NCollection_Shared.hxx +++ b/src/NCollection/NCollection_Shared.hxx @@ -16,8 +16,8 @@ #ifndef NCollection_Shared_HeaderFile #define NCollection_Shared_HeaderFile -#include - +#include + //! Template defining a class derived from the specified base class and //! Standard_Transient, and supporting OCCT RTTI. //! diff --git a/src/Standard/Standard_Mutex.hxx b/src/Standard/Standard_Mutex.hxx index c7d31285f4..d5042cdf7c 100644 --- a/src/Standard/Standard_Mutex.hxx +++ b/src/Standard/Standard_Mutex.hxx @@ -155,7 +155,7 @@ public: private: //! Callback method to unlock the mutex if OCC exception or signal is raised - virtual void DestroyCallback (); + Standard_EXPORT virtual void DestroyCallback() Standard_OVERRIDE; //! This method should not be called (prohibited). Standard_Mutex (const Standard_Mutex &);