summaryrefslogtreecommitdiffstats
path: root/tests/hawd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hawd/state.h')
-rw-r--r--tests/hawd/state.h3
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
27namespace HAWD 28namespace HAWD
28{ 29{
29 30
30class State 31class HAWD_EXPORT State
31{ 32{
32public: 33public:
33 State(const QString &configPath = QString()); 34 State(const QString &configPath = QString());