summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 02:11:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 02:11:58 -0400
commit1091f0d07b8fae388202a449239e8de321545a2a (patch)
treec96ec5bc1d63f80b31284c502094db969720f741 /main.cc
parent6365b8b7a807351209330ba65b05e612c5901908 (diff)
downloadfork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.gz
fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.tar.bz2
fork-ledger-1091f0d07b8fae388202a449239e8de321545a2a.zip
slight cleanup
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc4
1 files changed, 3 insertions, 1 deletions
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 <iostream>
#include <fstream>
+#include <sstream>
#include <memory>
#include <algorithm>
#include <iterator>
@@ -76,7 +77,8 @@ namespace std {
static void
regexps_to_predicate(std::list<std::string>::const_iterator begin,
std::list<std::string>::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<std::string> regexps(2);