diff options
-rw-r--r-- | subsurface-core/profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subsurface-core/profile.h b/subsurface-core/profile.h index a6dbfcf5f..71929f8e3 100644 --- a/subsurface-core/profile.h +++ b/subsurface-core/profile.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include "dive.h" + typedef enum { STABLE, SLOW, |