From c96635fe605f142f0402e5728e5d2a49b48c1453 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Jan 2009 19:11:36 -0400 Subject: Refactored the textual parser, to allow easy extensions in Python. --- src/timelog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/timelog.h') 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 -- cgit v1.2.3