summaryrefslogtreecommitdiff
path: root/sd/inc/sdpptwrp.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-29 22:13:45 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-10 09:51:15 +0200
commite77999fda551867e4fc199a489cf898821ef6d09 (patch)
treef07a690ebd8c02c83503b68461516b46cb8011dc /sd/inc/sdpptwrp.hxx
parent010264c506746d9e2185a6ee0312392d99d44885 (diff)
tdf#42949 Fix IWYU warnings in sd/*/hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I4b1b4fe59c572cdd969d26aac13a276d5aa6844c Reviewed-on: https://gerrit.libreoffice.org/74981 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc/sdpptwrp.hxx')
-rw-r--r--sd/inc/sdpptwrp.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx
index 85ad2ffa5ad2..6414226d4596 100644
--- a/sd/inc/sdpptwrp.hxx
+++ b/sd/inc/sdpptwrp.hxx
@@ -22,6 +22,8 @@
#include "sdfilter.hxx"
+#include <tools/stream.hxx>
+
// SdPPTFilter
class SdPPTFilter : public SdFilter
{