From 7cc34aec9d1ccac57d81aca49f5db51cbc7f5ade Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 18 Jul 2017 14:42:38 -0700 Subject: [PATCH] iOS build: need to more includes It's kinda odd this builds fine on other OSs, but whatever. Signed-off-by: Dirk Hohndel --- core/qt-ble.h | 2 ++ 1 file changed, 2 insertions(+) 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 +#include "core/libdivecomputer.h" #include #include #include