diff options
Diffstat (limited to 'core/statistics.h')
-rw-r--r-- | core/statistics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/statistics.h b/core/statistics.h index adc363e56..597edfb94 100644 --- a/core/statistics.h +++ b/core/statistics.h @@ -9,6 +9,9 @@ #ifndef STATISTICS_H #define STATISTICS_H +#include "core/units.h" +#include "core/dive.h" // For MAX_CYLINDERS + #ifdef __cplusplus extern "C" { #endif |