summaryrefslogtreecommitdiffstats
path: root/core/libdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-08-08 17:38:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-08-08 17:38:47 -0700
commit302b39bcd56c85bfacd0b4cbc48e9044a3908bca (patch)
treeef6e62043cc2435b2d42db77e2577169a6f48be6 /core/libdivecomputer.h
parente921715410b6ea363172170f5750f1db1bbc5441 (diff)
downloadsubsurface-302b39bcd56c85bfacd0b4cbc48e9044a3908bca.tar.gz
iOS: address build error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.h')
-rw-r--r--core/libdivecomputer.h3
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 */