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>
This commit is contained in:
Dirk Hohndel 2017-07-18 14:42:38 -07:00
parent e23ae817c7
commit 7cc34aec9d

View file

@ -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>