diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:14:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:14:04 +0000 |
commit | f23bdec3842af06aa5516ed371d006886044f926 (patch) | |
tree | 691c963925cd49ead6469042adc5ad988738dbc6 /lingucomponent/inc | |
parent | ac6572677c692ef73c52cef86092205e9f2f8cf1 (diff) |
INTEGRATION: CWS pchfix04 (1.2.16); FILE MERGED
2007/02/08 12:12:02 hjs 1.2.16.1: #i72801# gcc 3.4.1 dies on empty pch
Diffstat (limited to 'lingucomponent/inc')
-rw-r--r-- | lingucomponent/inc/pch/precompiled_lingucomponent.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lingucomponent/inc/pch/precompiled_lingucomponent.hxx b/lingucomponent/inc/pch/precompiled_lingucomponent.hxx index 66a1512eb355..71ac65f32d54 100644 --- a/lingucomponent/inc/pch/precompiled_lingucomponent.hxx +++ b/lingucomponent/inc/pch/precompiled_lingucomponent.hxx @@ -4,9 +4,9 @@ * * $RCSfile: precompiled_lingucomponent.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:06:41 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:14:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,5 +36,6 @@ // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:51.030070 #ifdef PRECOMPILED_HEADERS +#include <tools/debug.hxx> #endif |