From df393cb1eda5618b499cb8ca3c43a3f240b6e922 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 00:31:00 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state.cpp b/src/state.cpp index 004cec1a..d75feea6 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,5 +1,7 @@ #include "state.hpp" +#include "func_create_ff.hpp" + #include "make_unique.hpp" State state;