diff --git a/Include/Common/Graph/IDirectedGraph.h b/Include/Common/Graph/IDirectedGraph.h index b696dece6..e2d08aed1 100644 --- a/Include/Common/Graph/IDirectedGraph.h +++ b/Include/Common/Graph/IDirectedGraph.h @@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. namespace NMR::common::graph { - using Identifier = int; + using Identifier = std::size_t; using DependencySet = std::set; using VertexList = std::vector;