diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-18 08:46:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-18 08:46:18 +0200 |
commit | 3fafaac47277ff5932aad10e02bd1cd5470f41a5 (patch) | |
tree | 8de229b3a8ef3841cc015193e1122d137d12ec66 /opentrack/state.hpp | |
parent | 16a111959fb89594d5cb15bd223372d9d2b3d12b (diff) |
forgot #pragma once, add headers
Diffstat (limited to 'opentrack/state.hpp')
-rw-r--r-- | opentrack/state.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
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 <vector> #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() : |