summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 239811749..8f11fb7cc 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -7,6 +7,7 @@
#include <QLoggingCategory>
#include "divesite.h"
+#include "device.h"
#include "libdivecomputer.h"
#include "connectionlistmodel.h"
#if BT_SUPPORT
@@ -77,6 +78,7 @@ public:
QString error;
struct dive_table downloadTable;
struct dive_site_table diveSiteTable;
+ struct device_table deviceTable;
private:
DCDeviceData *m_data;