summaryrefslogtreecommitdiff
path: root/balance.h
diff options
context:
space:
mode:
Diffstat (limited to 'balance.h')
-rw-r--r--balance.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/balance.h b/balance.h
index edc7db2f..a41bcf6f 100644
--- a/balance.h
+++ b/balance.h
@@ -1,7 +1,11 @@
#ifndef _BALANCE_H
#define _BALANCE_H
-#include "ledger.h"
+#include <map>
+#include <ctime>
+#include <iostream>
+
+#include "amount.h"
namespace ledger {
@@ -349,6 +353,7 @@ inline std::ostream& operator<<(std::ostream& out, const balance_t& bal) {
}
#endif
+class transaction_t;
class balance_pair_t
{