diff --git a/src/state.cpp b/src/state.cpp index 6c22995e..8198be35 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -1,9 +1,11 @@ #include "state.hpp" +#include "make_unique.hpp" + State state; State::State() { - + create = }