diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2016-03-06 06:52:55 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 11:03:00 -0800 |
commit | 39313c5b3340683b9e4475987308dac24491a982 (patch) | |
tree | 5507c58efe70499262b2e24b2bd24ef6ec9e7f4c /subsurface-core/configuredivecomputerthreads.cpp | |
parent | 710b3615fe875cd99a78f643790201b587ffef97 (diff) | |
download | subsurface-39313c5b3340683b9e4475987308dac24491a982.tar.gz |
Clean up handling of various include file
This is in the context of the iOS port and shouldn't impact any of the
other builds.
[Dirk Hohndel: refactored the iOS patches]
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/configuredivecomputerthreads.cpp')
-rw-r--r-- | subsurface-core/configuredivecomputerthreads.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/configuredivecomputerthreads.cpp b/subsurface-core/configuredivecomputerthreads.cpp index 53a8aa7f1..0b6487c96 100644 --- a/subsurface-core/configuredivecomputerthreads.cpp +++ b/subsurface-core/configuredivecomputerthreads.cpp @@ -1,6 +1,7 @@ #include "configuredivecomputerthreads.h" #include "libdivecomputer/hw.h" #include "libdivecomputer.h" +#include <libdivecomputer/version.h> #define OSTC3_GAS1 0x10 #define OSTC3_GAS2 0x11 |