diff options
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxf2mtf.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxf2mtf.cxx b/goodies/source/filter.vcl/idxf/dxf2mtf.cxx index c8a9562cc49f..9e43d1e726c3 100644 --- a/goodies/source/filter.vcl/idxf/dxf2mtf.cxx +++ b/goodies/source/filter.vcl/idxf/dxf2mtf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dxf2mtf.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:46:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:49:10 $ * * 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_goodies.hxx" + #include <math.h> #include <string.h> #include <vcl/gdimtf.hxx> |