diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-29 19:11:36 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-29 19:11:36 -0400 |
commit | c96635fe605f142f0402e5728e5d2a49b48c1453 (patch) | |
tree | a09d0bf7171a363e47c945f6e7f32b715ec10c4f /src/timelog.h | |
parent | 3c0e2138fc781b902e966459460943f8f838aa94 (diff) | |
download | fork-ledger-c96635fe605f142f0402e5728e5d2a49b48c1453.tar.gz fork-ledger-c96635fe605f142f0402e5728e5d2a49b48c1453.tar.bz2 fork-ledger-c96635fe605f142f0402e5728e5d2a49b48c1453.zip |
Refactored the textual parser, to allow easy extensions in Python.
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 |