diff options
Diffstat (limited to 'vcl/workben/outdevgrind.cxx')
-rwxr-xr-x | vcl/workben/outdevgrind.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index a18fd0470c84..2b7c0c54e436 100755 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdevgrind.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 11:07:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:47:49 $ * * 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" + // bootstrap stuff #include <rtl/bootstrap.hxx> #include <comphelper/processfactory.hxx> |