1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0030569: Foundation Classes - NCollection_Shared lacks inclusion of NCollection_DefineAlloc.hxx

Add missing includes.
This commit is contained in:
kgv 2019-03-13 16:53:16 +03:00 committed by apn
parent 6b121e2b48
commit d65f9183fd
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@
#ifndef NCollection_Shared_HeaderFile
#define NCollection_Shared_HeaderFile
#include <Standard_Type.hxx>
#include <NCollection_DefineAlloc.hxx>
//! Template defining a class derived from the specified base class and
//! Standard_Transient, and supporting OCCT RTTI.
//!

View File

@ -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 &);