diff options
author | thb <thb@openoffice.org> | 2010-01-19 22:16:16 +0100 |
---|---|---|
committer | thb <thb@openoffice.org> | 2010-01-19 22:16:16 +0100 |
commit | a63c7b938075cc82f7046364f4933c81473e4d9f (patch) | |
tree | 2f9dbb34b751e8f12244475b345e3370e80d05e5 /basegfx | |
parent | 9fb80cbeeebce009d0b437f36c8d0ba124463a27 (diff) |
#i10000# win32: forgot precomplied header
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/keystoplerp.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basegfx/source/tools/keystoplerp.cxx b/basegfx/source/tools/keystoplerp.cxx index 99c74a350a69..883bfec6bc96 100644 --- a/basegfx/source/tools/keystoplerp.cxx +++ b/basegfx/source/tools/keystoplerp.cxx @@ -28,6 +28,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basegfx.hxx" + #include "basegfx/tools/keystoplerp.hxx" #include <com/sun/star/uno/Sequence.hxx> |