diff options
Diffstat (limited to 'core/statistics.h')
-rw-r--r-- | core/statistics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/statistics.h b/core/statistics.h index 6e125a217..ef702ea15 100644 --- a/core/statistics.h +++ b/core/statistics.h @@ -16,6 +16,8 @@ #define STATS_MAX_TEMP 40 /* Max temp for stats bucket is 40C */ #define STATS_TEMP_BUCKET 5 /* Size of buckets for temp range */ +struct dive; + typedef struct { int period; |