mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
e23ae817c7
commit
7cc34aec9d
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue