diff options
-rw-r--r-- | vcl/unx/source/gdi/dtint.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/dtint.cxx b/vcl/unx/source/gdi/dtint.cxx index 0caa952df506..bec5d935585a 100644 --- a/vcl/unx/source/gdi/dtint.cxx +++ b/vcl/unx/source/gdi/dtint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dtint.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:50:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:37:22 $ * * 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 <unistd.h> #include <sys/types.h> #include <sys/stat.h> |