summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SdtHelper.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 12:26:26 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 18:10:50 +0100
commit090e5f356a1da58c6bd4e2e8f84487a228ea11dc (patch)
tree5cdb702117a7d7c2b52a5056e9efbe7463664e5c /writerfilter/source/dmapper/SdtHelper.hxx
parent9129b5ac8af104364f86e90a62b2a1508241053a (diff)
writerfilter: make sure that these headers are self-contained
Change-Id: I3486e8ba5f6d2a937176c9fe549d707a97eb5655
Diffstat (limited to 'writerfilter/source/dmapper/SdtHelper.hxx')
-rw-r--r--writerfilter/source/dmapper/SdtHelper.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/SdtHelper.hxx b/writerfilter/source/dmapper/SdtHelper.hxx
index 462f9a77ce35..f22f30664f2c 100644
--- a/writerfilter/source/dmapper/SdtHelper.hxx
+++ b/writerfilter/source/dmapper/SdtHelper.hxx
@@ -10,12 +10,14 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SDTHELPER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SDTHELPER_HXX
-#include <boost/optional.hpp>
#include <vector>
+#include <boost/optional.hpp>
+
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <rtl/ustrbuf.hxx>
+#include <DomainMapper_Impl.hxx>
namespace com
{