diff options
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 04dc5ced0969..62895d4cce6a 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxwindows.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 10:57:49 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:16:24 $ * * 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_toolkit.hxx" + #ifndef _TOOLKIT_AWT_VCLXWINDOWS_HXX_ #include <toolkit/awt/vclxwindows.hxx> #endif |