diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-22 09:12:57 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-22 09:12:57 +0200 |
commit | 17fc5c612cfeae01c9d6cd9b5165cde212f4497e (patch) | |
tree | 29738f06a655930ef78b295bd886e8faeb98f123 /xmloff | |
parent | 8638ad7cb077a237daf5d74f6ad19ae7009ab929 (diff) |
#i103496#: missing include was masked by pch
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport3.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/shapeexport3.cxx b/xmloff/source/draw/shapeexport3.cxx index 7ea32b1bfaf2..543910303d1c 100644 --- a/xmloff/source/draw/shapeexport3.cxx +++ b/xmloff/source/draw/shapeexport3.cxx @@ -38,6 +38,7 @@ #include <com/sun/star/drawing/Position3D.hpp> #include <com/sun/star/drawing/CameraGeometry.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> +#include <tools/gen.hxx> #ifndef _XMLOFF_SHAPEEXPORT_HXX #include <xmloff/shapeexport.hxx> |