From 3fafaac47277ff5932aad10e02bd1cd5470f41a5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jun 2015 08:46:18 +0200 Subject: forgot #pragma once, add headers --- opentrack/state.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'opentrack/state.hpp') diff --git a/opentrack/state.hpp b/opentrack/state.hpp index a9f66241..bfbf113e 100644 --- a/opentrack/state.hpp +++ b/opentrack/state.hpp @@ -1,11 +1,13 @@ +#pragma once + #include #include "opentrack/options.hpp" using namespace options; #include "opentrack/plugin-support.hpp" #include "opentrack/main-settings.hpp" #include "opentrack/mappings.hpp" - -struct Work; +#include "opentrack/selected-libraries.hpp" +#include "opentrack/work.hpp" struct State { State() : -- cgit v1.2.3