diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/command_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <QUndoCommand> #include <QCoreApplication> // For Q_DECLARE_TR_FUNCTIONS |