summaryrefslogtreecommitdiff
path: root/include/oox/ppt/customshowlistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/customshowlistcontext.hxx')
-rw-r--r--include/oox/ppt/customshowlistcontext.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx
index 136d6e53adf8..5baea22103e5 100644
--- a/include/oox/ppt/customshowlistcontext.hxx
+++ b/include/oox/ppt/customshowlistcontext.hxx
@@ -20,9 +20,15 @@
#ifndef INCLUDED_OOX_PPT_CUSTOMSHOWLISTCONTEXT_HXX
#define INCLUDED_OOX_PPT_CUSTOMSHOWLISTCONTEXT_HXX
-#include <oox/core/fragmenthandler2.hxx>
#include <vector>
+#include <oox/core/contexthandler.hxx>
+#include <oox/core/fragmenthandler2.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
+
+namespace oox { class AttributeList; }
+
namespace oox { namespace ppt {