1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032764: Coding Rules - missing include guard in BRepExtrema_MapOfIntegerPackedMapOfInteger.hxx

This commit is contained in:
kgv 2022-01-10 14:59:16 +03:00 committed by smoskvin
parent d925497360
commit 7e524fcbe1

View File

@ -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