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:
parent
6b121e2b48
commit
d65f9183fd
@ -16,7 +16,7 @@
|
||||
#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.
|
||||
|
@ -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 &);
|
||||
|
Loading…
x
Reference in New Issue
Block a user