diff options
Diffstat (limited to 'src/timelog.cc')
-rw-r--r-- | src/timelog.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timelog.cc b/src/timelog.cc index 68e1ab79..decc65bd 100644 --- a/src/timelog.cc +++ b/src/timelog.cc @@ -30,6 +30,10 @@ */ #include "timelog.h" +#include "xact.h" +#include "post.h" +#include "account.h" +#include "journal.h" namespace ledger { |