mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
iOS: address build error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e921715410
commit
302b39bcd5
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
#define LIBDIVECOMPUTER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#if defined(Q_OS_IOS)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
/* libdivecomputer */
|
||||
|
||||
|
|
Loading…
Reference in a new issue