diff options
Diffstat (limited to 'src/py_value.cc')
-rw-r--r-- | src/py_value.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_value.cc b/src/py_value.cc index b1b2bba4..42d455d7 100644 --- a/src/py_value.cc +++ b/src/py_value.cc @@ -31,7 +31,7 @@ #include "pyinterp.h" #include "pyutils.h" -#include "value.h" +#include "commodity.h" namespace ledger { |