OCC22145 Incorrect cutting BRepMesh_FastDiscretFace
[occt.git] / src / MeshDS / MeshDS_MapOfIntegerInteger.hxx
CommitLineData
7fd59977 1// File: MeshDS_MapOfIntegerInteger.hxx
2// Created: Fri Jan 30 15:15:17 2009
3// Author: Pavel DURANDIN (pdn)
4// Copyright: Open CASCADE 2009
5
6#ifndef MeshDS_MapOfIntegerInteger_HeaderFile
7#define MeshDS_MapOfIntegerInteger_HeaderFile
8
9#include <NCollection_DataMap.hxx>
10typedef NCollection_DataMap<Standard_Integer, Standard_Integer> MeshDS_MapOfIntegerInteger;
11
12#endif