From 302b39bcd56c85bfacd0b4cbc48e9044a3908bca Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 8 Aug 2019 17:38:47 -0700 Subject: [PATCH] iOS: address build error Signed-off-by: Dirk Hohndel --- core/libdivecomputer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/libdivecomputer.h b/core/libdivecomputer.h index aba02a226..63c652c79 100644 --- a/core/libdivecomputer.h +++ b/core/libdivecomputer.h @@ -3,6 +3,9 @@ #define LIBDIVECOMPUTER_H #include +#if defined(Q_OS_IOS) +#include +#endif /* libdivecomputer */