diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-03 21:06:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-04 15:51:39 +0100 |
commit | 67e1e2ee40dba196f706afb43d0379b29c3c0f42 (patch) | |
tree | b7de03d03bd9634b935dd265b4f4b043b50d533f /xmlsecurity/workben/pdfverify.cxx | |
parent | f042128907598e5f82e759a175b564a68edfb490 (diff) |
tdf#42949 Fix some more Include What You Use warnings
Change-Id: I2040315707674dc99a37aedb96ac61dca274c13a
Reviewed-on: https://gerrit.libreoffice.org/47348
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/workben/pdfverify.cxx')
-rw-r--r-- | xmlsecurity/workben/pdfverify.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/workben/pdfverify.cxx b/xmlsecurity/workben/pdfverify.cxx index 55a20d51a6b9..90d03d37e32b 100644 --- a/xmlsecurity/workben/pdfverify.cxx +++ b/xmlsecurity/workben/pdfverify.cxx @@ -20,6 +20,7 @@ #include <vcl/pngwrite.hxx> #include <vcl/svapp.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/filter/pdfdocument.hxx> #include <pdfio/pdfdocument.hxx> |