From 1812a6467defa244c2002dec6b055ad3983e5883 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sun, 12 Jun 2016 16:57:39 -0700 Subject: tdf#42949: clean up includes in include/vbahelper with iwyu Change-Id: Iaf93ff58229e9362b03b3e810611e969ef8baf38 Reviewed-on: https://gerrit.libreoffice.org/26206 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sc/source/ui/vba/vbastyles.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/vba/vbastyles.hxx') diff --git a/sc/source/ui/vba/vbastyles.hxx b/sc/source/ui/vba/vbastyles.hxx index ea60d0a8331c..271ea1dc857a 100644 --- a/sc/source/ui/vba/vbastyles.hxx +++ b/sc/source/ui/vba/vbastyles.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SC_SOURCE_UI_VBA_VBASTYLES_HXX #include #include +#include #include typedef CollTestImplHelper< ov::excel::XStyles > ScVbaStyles_BASE; -- cgit