diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-16 18:54:31 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-20 10:31:39 +0100 |
commit | aa7a23f4f71853b7a256435404b7f73ddefc061e (patch) | |
tree | ad1cbe828dc3857ccfbadfdbca2132eadbf17ef1 /svgio/inc/svglinenode.hxx | |
parent | 8f4087138cb68d8dcdd06853df1a6deb53ee8844 (diff) |
tdf#42949 Fix IWYU warnings in svgio/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I66cde1ea02569cd8244b23be16a5550cac8adf12
Reviewed-on: https://gerrit.libreoffice.org/85237
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svgio/inc/svglinenode.hxx')
-rw-r--r-- | svgio/inc/svglinenode.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svgio/inc/svglinenode.hxx b/svgio/inc/svglinenode.hxx index 54abc7d0e59a..ab7ab577ab9b 100644 --- a/svgio/inc/svglinenode.hxx +++ b/svgio/inc/svglinenode.hxx @@ -22,6 +22,7 @@ #include "svgnode.hxx" #include "svgstyleattributes.hxx" +#include <basegfx/matrix/b2dhommatrix.hxx> #include <memory> namespace svgio |