diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:41:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:41:59 +0000 |
commit | 294533d4fb307fcde7746e43bc4734c40390a0d2 (patch) | |
tree | f4c967c8ec35d527fd5c5a57871cc9e3b029ed67 | |
parent | 223d97ae1214f0218c320245e0e35c1a573071ce (diff) |
INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED
2006/09/01 18:00:53 kaib 1.4.86.1: #i68856# Added header markers and pch files
-rw-r--r-- | xmlsecurity/source/xmlsec/biginteger.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/biginteger.cxx b/xmlsecurity/source/xmlsec/biginteger.cxx index 55655006f..95e292f78 100644 --- a/xmlsecurity/source/xmlsec/biginteger.cxx +++ b/xmlsecurity/source/xmlsec/biginteger.cxx @@ -4,9 +4,9 @@ * * $RCSfile: biginteger.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:24:51 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:41:59 $ * * 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_xmlsecurity.hxx" + #include <xmlsecurity/biginteger.hxx> #include <xmlsec/xmlsec.h> |