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. --- debug.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debug.cc') diff --git a/debug.cc b/debug.cc index b3b140bc..9b98b1f4 100644 --- a/debug.cc +++ b/debug.cc @@ -1,11 +1,17 @@ +#ifdef USE_PCH +#include "pch.h" +#else #include "debug.h" +#endif #ifdef DEBUG_ENABLED +#ifndef USE_PCH #include #include #include // for the `write' method +#endif int offset = 0; @@ -113,7 +119,9 @@ static struct init_streams { #if DEBUG_LEVEL >= BETA +#ifndef USE_PCH #include +#endif void debug_assert(const std::string& reason, const std::string& file, -- cgit v1.2.3