From 991e3a3eaf2c31f856faa85cfed514bbb28be526 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Jun 2009 16:43:46 +0100 Subject: Split commodity.h/cc into three files commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management --- src/py_amount.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/py_amount.cc') diff --git a/src/py_amount.cc b/src/py_amount.cc index a5a34a0b..68fd8698 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -35,6 +35,8 @@ #include "pyutils.h" #include "pyfstream.h" #include "commodity.h" +#include "annotate.h" +#include "pool.h" namespace ledger { -- cgit v1.2.3