From 1091f0d07b8fae388202a449239e8de321545a2a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Aug 2004 02:11:58 -0400 Subject: slight cleanup --- main.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index 2bb58da3..30316bb8 100644 --- a/main.cc +++ b/main.cc @@ -19,6 +19,7 @@ using namespace ledger; #include #include +#include #include #include #include @@ -76,7 +77,8 @@ namespace std { static void regexps_to_predicate(std::list::const_iterator begin, std::list::const_iterator end, - config_t * config, const bool account_regexp = false, + config_t * config, + const bool account_regexp = false, const bool add_account_short_masks = false) { std::vector regexps(2); -- cgit v1.2.3