From 42f43b7686038e4cbca16d8d2118b139544e6de3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Apr 2008 03:35:00 -0400 Subject: Check in all changes made so far toward 3.0. --- qif.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qif.cc') diff --git a/qif.cc b/qif.cc index faad30ca..c0dbc939 100644 --- a/qif.cc +++ b/qif.cc @@ -1,3 +1,6 @@ +#ifdef USE_PCH +#include "pch.h" +#else #include "journal.h" #include "qif.h" #include "datetime.h" @@ -6,6 +9,7 @@ #include #include +#endif namespace ledger { @@ -39,7 +43,6 @@ bool qif_parser_t::test(std::istream& in) const } unsigned int qif_parser_t::parse(std::istream& in, - config_t& config, journal_t * journal, account_t * master, const std::string * original_file) -- cgit v1.2.3