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/vml/vmlformatting.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oox/source/vml/vmlformatting.cxx') diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index b0b36fa6547b..4dd8814688f0 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -32,6 +32,8 @@ #include "oox/drawingml/shapepropertymap.hxx" #include "oox/helper/attributelist.hxx" #include "oox/helper/graphichelper.hxx" +#include +#include namespace oox { namespace vml { -- cgit