From c2babda0f718a52ec995801609fa4a0155bf629e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 24 Jan 2024 23:17:50 -0600 Subject: [PATCH] branches2.hpp --- src/branches2.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/branches2.hpp b/src/branches2.hpp index aea7b67b..4a0b243a 100644 --- a/src/branches2.hpp +++ b/src/branches2.hpp @@ -2,4 +2,6 @@ #include +typedef std::vector Branch2Vec; +typedef std::vector Branches2;