summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfontexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgfontexport.hxx')
-rw-r--r--filter/source/svg/svgfontexport.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/filter/source/svg/svgfontexport.hxx b/filter/source/svg/svgfontexport.hxx
index b200e89559af..e042a5f6abae 100644
--- a/filter/source/svg/svgfontexport.hxx
+++ b/filter/source/svg/svgfontexport.hxx
@@ -20,9 +20,15 @@
#ifndef INCLUDED_FILTER_SOURCE_SVG_SVGFONTEXPORT_HXX
#define INCLUDED_FILTER_SOURCE_SVG_SVGFONTEXPORT_HXX
-#include <comphelper/stl_types.hxx>
-#include <tools/fontenum.hxx>
+#include <sal/config.h>
+
+#include <functional>
+#include <map>
+#include <set>
+#include <vector>
+#include <rtl/ustring.hxx>
+#include <tools/fontenum.hxx>
// -----------------
// - SVGFontExport -