summaryrefslogtreecommitdiffhomepage
path: root/opentrack-logic/state.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack-logic/state.hpp')
-rw-r--r--opentrack-logic/state.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack-logic/state.hpp b/opentrack-logic/state.hpp
index 1c608f7a..bdab9afe 100644
--- a/opentrack-logic/state.hpp
+++ b/opentrack-logic/state.hpp
@@ -14,6 +14,7 @@ using namespace options;
#include "main-settings.hpp"
#include "mappings.hpp"
#include "selected-libraries.hpp"
+#include "tracklogger.hpp"
#include "work.hpp"
#include <vector>
#include <QString>
@@ -29,4 +30,5 @@ struct State
main_settings s;
Mappings pose;
mem<Work> work;
+ mem<TrackLogger> logger;
};