diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-05-12 12:23:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-12 21:09:14 -0700 |
commit | 2d253c71ff0574eabe32472c20739fb50c558b22 (patch) | |
tree | 2b791854c1a2db0eba2a0e5e334c0f0555a6304b /core/libdivecomputer.c | |
parent | adf3d945e190d1e697b30aa9b7feae93d3297b38 (diff) | |
download | subsurface-2d253c71ff0574eabe32472c20739fb50c558b22.tar.gz |
Add Qt header so Q_OS_xxx macros work
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/libdivecomputer.c')
-rw-r--r-- | core/libdivecomputer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index 28daefe0b..603738daf 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -27,6 +27,7 @@ #include "core/qthelper.h" #include "core/membuffer.h" #include "core/file.h" +#include <QtGlobal> // // If we have an old libdivecomputer, it doesn't |