From 9f0bf2c32ae5adde6ec73a3eecdb108ab1457049 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 10 Sep 2016 00:15:04 +0200 Subject: fix the build Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0 --- include/xmloff/unoatrcn.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx index 7ba70ad7ae25..dc9e34301637 100644 --- a/include/xmloff/unoatrcn.hxx +++ b/include/xmloff/unoatrcn.hxx @@ -31,12 +31,12 @@ #include #include +#include + #include extern css::uno::Reference< css::uno::XInterface > SvUnoAttributeContainer_CreateInstance(); -class SvXMLAttrContainerData; - class XMLOFF_DLLPUBLIC SvUnoAttributeContainer: public ::cppu::WeakAggImplHelper3< css::lang::XServiceInfo, -- cgit