diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-08-08 17:38:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-08-08 17:38:47 -0700 |
commit | 302b39bcd56c85bfacd0b4cbc48e9044a3908bca (patch) | |
tree | ef6e62043cc2435b2d42db77e2577169a6f48be6 /core | |
parent | e921715410b6ea363172170f5750f1db1bbc5441 (diff) | |
download | subsurface-302b39bcd56c85bfacd0b4cbc48e9044a3908bca.tar.gz |
iOS: address build error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/libdivecomputer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdint.h> +#if defined(Q_OS_IOS) +#include <stdio.h> +#endif /* libdivecomputer */ |