diff options
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r-- | tests/hawd/dataset.h | 3 |
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 @@ | |||
30 | namespace HAWD | 31 | namespace HAWD |
31 | { | 32 | { |
32 | 33 | ||
33 | class Dataset | 34 | class HAWD_EXPORT Dataset |
34 | { | 35 | { |
35 | public: | 36 | public: |
36 | class Row | 37 | class Row |