diff options
Diffstat (limited to 'src/timelog.h')
-rw-r--r-- | src/timelog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timelog.h b/src/timelog.h index 5718a488..12de02d6 100644 --- a/src/timelog.h +++ b/src/timelog.h @@ -32,6 +32,8 @@ #ifndef _TIMELOG_H #define _TIMELOG_H +#include "journal.h" + namespace ledger { class time_entry_t |