diff options
Diffstat (limited to 'src/py_amount.cc')
-rw-r--r-- | src/py_amount.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |