From 95284c026e763482ef581c8b6298012d2c1fd941 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 May 2020 13:43:52 +0200 Subject: cleanup: move dive_table from dive.h to divelist.h This allows us to decouple dive.h and divelist.h, a small step in include disentangling. Signed-off-by: Berthold Stoeger --- commands/command_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/command_base.h b/commands/command_base.h index be725d6a5..d805610e5 100644 --- a/commands/command_base.h +++ b/commands/command_base.h @@ -6,6 +6,7 @@ #include "core/divesite.h" #include "core/trip.h" +#include "core/dive.h" #include #include // For Q_DECLARE_TR_FUNCTIONS -- cgit v1.2.3-70-g09d2