diff options
-rw-r--r-- | idl/source/prj/idldll.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idl/source/prj/idldll.cxx b/idl/source/prj/idldll.cxx index 3393f57e531c..1b42084b9b1e 100644 --- a/idl/source/prj/idldll.cxx +++ b/idl/source/prj/idldll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idldll.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:36 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49:29 $ * * 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_idl.hxx" + #ifdef WIN #ifndef _SVWIN_H |