summaryrefslogtreecommitdiff
path: root/src/timelog.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-29 19:11:36 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-29 19:11:36 -0400
commitc96635fe605f142f0402e5728e5d2a49b48c1453 (patch)
treea09d0bf7171a363e47c945f6e7f32b715ec10c4f /src/timelog.h
parent3c0e2138fc781b902e966459460943f8f838aa94 (diff)
downloadfork-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.h2
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