diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-18 14:42:38 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-19 06:21:23 -0700 |
commit | 7cc34aec9d1ccac57d81aca49f5db51cbc7f5ade (patch) | |
tree | eb45403fe420272072d31ae2cbd94f4d5897138a /core/qt-ble.h | |
parent | e23ae817c7fe7a202e039d0ec3952bb5524fde30 (diff) | |
download | subsurface-7cc34aec9d1ccac57d81aca49f5db51cbc7f5ade.tar.gz |
iOS build: need to more includes
It's kinda odd this builds fine on other OSs, but whatever.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qt-ble.h')
-rw-r--r-- | core/qt-ble.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qt-ble.h b/core/qt-ble.h index ad5dfda2b..f366afe89 100644 --- a/core/qt-ble.h +++ b/core/qt-ble.h @@ -2,6 +2,8 @@ #ifndef QT_BLE_H #define QT_BLE_H +#include <stddef.h> +#include "core/libdivecomputer.h" #include <QVector> #include <QLowEnergyController> #include <QEventLoop> |