diff options
Diffstat (limited to 'idlc/source/aststack.cxx')
-rw-r--r-- | idlc/source/aststack.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/aststack.cxx b/idlc/source/aststack.cxx index 9414a40d7d1f..176f99c58c5e 100644 --- a/idlc/source/aststack.cxx +++ b/idlc/source/aststack.cxx @@ -4,9 +4,9 @@ * * $RCSfile: aststack.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:47:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:13:00 $ * * 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_idlc.hxx" #ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> #endif |