diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:52:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:52:23 +0000 |
commit | 5857e8572b40b6b902b3652ce4c4f1fb6bd65270 (patch) | |
tree | 9ea47edf9a85b46f0b54d470ad44ca7755d2dd76 /tools/source | |
parent | 027b8c0b6e0a398b6b174ce07342c985b63fd4db (diff) |
INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED
2006/09/01 17:54:50 kaib 1.11.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/debug/debug.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index cfc16264c395..f7e8b47684af 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -4,9 +4,9 @@ * * $RCSfile: debug.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:37:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:52:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_tools.hxx" + #define _TOOLS_DEBUG_CXX #if defined (UNX) || defined (GCC) |