From eaa3a40a40314b34a4ff4e0ccd00bfce2ca2fc98 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 00:21:09 -0600 Subject: [PATCH] state.hpp --- src/state.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index bdb1ac83..61795c5b 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -1,5 +1,4 @@ #include "branches2.hpp" - #include "func_create_base.hpp" @@ -10,4 +9,7 @@ public: public: Branches2 branches; + +public: + std::unique_ptr create; };