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. --- quotes.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'quotes.cc') diff --git a/quotes.cc b/quotes.cc index a8fbfbc5..b097d97d 100644 --- a/quotes.cc +++ b/quotes.cc @@ -1,3 +1,6 @@ +#ifdef USE_PCH +#include "pch.h" +#else #include "quotes.h" #include "datetime.h" #include "error.h" @@ -6,6 +9,7 @@ #include #include #include +#endif namespace ledger { -- cgit v1.2.3