summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-24 16:43:46 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-24 16:43:46 +0100
commit991e3a3eaf2c31f856faa85cfed514bbb28be526 (patch)
tree56bfc7e97de0b0b7855a2dea180f43f6c828d16a /src/report.h
parent77d69d0e240287a104223a2c32b10d70ed58ca7b (diff)
downloadfork-ledger-991e3a3eaf2c31f856faa85cfed514bbb28be526.tar.gz
fork-ledger-991e3a3eaf2c31f856faa85cfed514bbb28be526.tar.bz2
fork-ledger-991e3a3eaf2c31f856faa85cfed514bbb28be526.zip
Split commodity.h/cc into three files
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 147620f8..862be9fa 100644
--- a/src/report.h
+++ b/src/report.h
@@ -52,6 +52,7 @@
#include "stream.h"
#include "option.h"
#include "commodity.h"
+#include "annotate.h"
#include "format.h"
namespace ledger {