diff options
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/filters.h b/src/filters.h index c6ae1a4d..67b650dc 100644 --- a/src/filters.h +++ b/src/filters.h @@ -46,9 +46,11 @@ #ifndef _FILTERS_H #define _FILTERS_H -#include "handler.h" +#include "chain.h" #include "predicate.h" #include "entry.h" +#include "xact.h" +#include "account.h" namespace ledger { |