From 8067be0721462079c1d91bff9865ba07bfc56b5a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 19 Nov 2018 01:06:09 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice2eb8c5994bf2ccb88972332ca4a1d3ed41752a Reviewed-on: https://gerrit.libreoffice.org/63826 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/source/filter/wmf/wmfwr.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/source/filter/wmf/wmfwr.hxx') diff --git a/vcl/source/filter/wmf/wmfwr.hxx b/vcl/source/filter/wmf/wmfwr.hxx index e0aeba713ac4..acbc3e74beaf 100644 --- a/vcl/source/filter/wmf/wmfwr.hxx +++ b/vcl/source/filter/wmf/wmfwr.hxx @@ -25,6 +25,8 @@ #include #include #include +#include +#include #define MAXOBJECTHANDLES 16 -- cgit