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 --- sw/source/ui/vba/vbafield.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source/ui/vba/vbafield.cxx') diff --git a/sw/source/ui/vba/vbafield.cxx b/sw/source/ui/vba/vbafield.cxx index d5546ae1b8cf..2859c6882321 100644 --- a/sw/source/ui/vba/vbafield.cxx +++ b/sw/source/ui/vba/vbafield.cxx @@ -28,7 +28,9 @@ #include #include #include +#include #include +#include using namespace ::ooo::vba; using namespace ::com::sun::star; -- cgit