diff options
Diffstat (limited to 'idl/util/idlpch.cxx')
-rw-r--r-- | idl/util/idlpch.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/idl/util/idlpch.cxx b/idl/util/idlpch.cxx index c338ce431b23..af58d59c6555 100644 --- a/idl/util/idlpch.cxx +++ b/idl/util/idlpch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlpch.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:53:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_idl.hxx" #ifdef MAC #include <string.h> #else @@ -56,4 +59,3 @@ #include <module.hxx> #include <database.hxx> -#pragma hdrstop |