From 8cac3565f9d556dc8515fb9d747be7d2975d51d4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 8 Oct 2018 02:29:37 +0200 Subject: tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie6fb9f03f36d71e7b07ef70238d969db65121c8f Reviewed-on: https://gerrit.libreoffice.org/61506 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- chart2/source/controller/dialogs/res_BarGeometry.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2/source/controller/dialogs/res_BarGeometry.cxx') diff --git a/chart2/source/controller/dialogs/res_BarGeometry.cxx b/chart2/source/controller/dialogs/res_BarGeometry.cxx index 25ab3ac063c5..132422b5d17f 100644 --- a/chart2/source/controller/dialogs/res_BarGeometry.cxx +++ b/chart2/source/controller/dialogs/res_BarGeometry.cxx @@ -18,6 +18,7 @@ */ #include "res_BarGeometry.hxx" +#include namespace chart { -- cgit