diff options
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/range/b2dmultirange.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/range/b2dmultirange.cxx b/basegfx/source/range/b2dmultirange.cxx index 3cd7c0574927..c0d9f1e5f3aa 100644 --- a/basegfx/source/range/b2dmultirange.cxx +++ b/basegfx/source/range/b2dmultirange.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dmultirange.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-07-13 09:57:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:04:43 $ * * 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_basegfx.hxx" + #ifndef _BGFX_RANGE_B2DRANGE_HXX #include <basegfx/range/b2drange.hxx> #endif |