mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032764: Coding Rules - missing include guard in BRepExtrema_MapOfIntegerPackedMapOfInteger.hxx
This commit is contained in:
@@ -13,8 +13,13 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef _BRepExtrema_MapOfIntegerPackedMapOfInteger_HeaderFile
|
||||
#define _BRepExtrema_MapOfIntegerPackedMapOfInteger_HeaderFile
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <TColStd_PackedMapOfInteger.hxx>
|
||||
|
||||
//! Set of overlapped sub-shapes.
|
||||
typedef NCollection_DataMap<Standard_Integer, TColStd_PackedMapOfInteger> BRepExtrema_MapOfIntegerPackedMapOfInteger;
|
||||
typedef NCollection_DataMap<Standard_Integer, TColStd_PackedMapOfInteger> BRepExtrema_MapOfIntegerPackedMapOfInteger;
|
||||
|
||||
#endif // _BRepExtrema_MapOfIntegerPackedMapOfInteger_HeaderFile
|
||||
|
Reference in New Issue
Block a user