diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/window/gtkobject.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/gtk/window/gtkobject.cxx b/vcl/unx/gtk/window/gtkobject.cxx index a3563c00fe09..f737efd6064d 100644 --- a/vcl/unx/gtk/window/gtkobject.cxx +++ b/vcl/unx/gtk/window/gtkobject.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkobject.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:46:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:30:31 $ * * 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_vcl.hxx" + #include <plugins/gtk/gtkobject.hxx> #include <plugins/gtk/gtkframe.hxx> #include <plugins/gtk/gtkdata.hxx> |