summaryrefslogtreecommitdiffstats
path: root/tests/hawd/dataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r--tests/hawd/dataset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h
index b91bc24..09a5828 100644
--- a/tests/hawd/dataset.h
+++ b/tests/hawd/dataset.h
@@ -21,6 +21,7 @@
21 21
22#include "datasetdefinition.h" 22#include "datasetdefinition.h"
23 23
24#include "hawd_export.h"
24#include "state.h" 25#include "state.h"
25#include "common/storage.h" 26#include "common/storage.h"
26 27
@@ -30,7 +31,7 @@
30namespace HAWD 31namespace HAWD
31{ 32{
32 33
33class Dataset 34class HAWD_EXPORT Dataset
34{ 35{
35public: 36public:
36 class Row 37 class Row