From 4bf7614503292fe69d3e5835621c1cdcaa4536cb Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sat, 7 May 2016 14:17:24 -0700 Subject: tdf#42949: clean up includes in include/oox/helper with iwyu ...and fix the many compiler errors that occurred as a result. Change-Id: I497c326272b2f02737ca3765720d6815b735423b Reviewed-on: https://gerrit.libreoffice.org/24735 Tested-by: Jenkins Reviewed-by: Michael Stahl --- oox/source/drawingml/fillpropertiesgroupcontext.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oox/source/drawingml/fillpropertiesgroupcontext.cxx') diff --git a/oox/source/drawingml/fillpropertiesgroupcontext.cxx b/oox/source/drawingml/fillpropertiesgroupcontext.cxx index 69175f4d647e..ecfdb335f5e4 100644 --- a/oox/source/drawingml/fillpropertiesgroupcontext.cxx +++ b/oox/source/drawingml/fillpropertiesgroupcontext.cxx @@ -23,6 +23,8 @@ #include "oox/core/xmlfilterbase.hxx" #include "oox/drawingml/drawingmltypes.hxx" #include "oox/drawingml/fillproperties.hxx" +#include +#include #include using namespace ::com::sun::star; -- cgit