diff options
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r-- | tests/hawd/state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/state.h b/tests/hawd/state.h index fa76724..e321b41 100644 --- a/tests/hawd/state.h +++ b/tests/hawd/state.h | |||
@@ -23,11 +23,12 @@ | |||
23 | #include <QJsonObject> | 23 | #include <QJsonObject> |
24 | 24 | ||
25 | #include "datasetdefinition.h" | 25 | #include "datasetdefinition.h" |
26 | #include "hawd_export.h" | ||
26 | 27 | ||
27 | namespace HAWD | 28 | namespace HAWD |
28 | { | 29 | { |
29 | 30 | ||
30 | class State | 31 | class HAWD_EXPORT State |
31 | { | 32 | { |
32 | public: | 33 | public: |
33 | State(const QString &configPath = QString()); | 34 | State(const QString &configPath = QString()); |