diff options
Diffstat (limited to 'include/oox/vml/vmltextboxcontext.hxx')
-rw-r--r-- | include/oox/vml/vmltextboxcontext.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx index e0806e624e38..801cccb13a3d 100644 --- a/include/oox/vml/vmltextboxcontext.hxx +++ b/include/oox/vml/vmltextboxcontext.hxx @@ -20,11 +20,16 @@ #ifndef INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX #define INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX +#include <cstddef> + +#include <oox/core/contexthandler.hxx> #include <oox/core/contexthandler2.hxx> -#include <oox/helper/attributelist.hxx> #include <oox/vml/vmltextbox.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> namespace oox { + class AttributeList; class GraphicHelper; namespace vml { |