diff options
Diffstat (limited to 'reconcile.h')
-rw-r--r-- | reconcile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reconcile.h b/reconcile.h index 97ae6c7b..2e133087 100644 --- a/reconcile.h +++ b/reconcile.h @@ -33,7 +33,8 @@ #define _RECONCILE_H #include "value.h" -#include "walk.h" +#include "iterators.h" +#include "filters.h" namespace ledger { |