From 474eca1f9b42749665bbf69f6dc62c66ea4ad7fd Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sun, 24 Apr 2016 15:05:12 -0700 Subject: tdf#42949: clean up includes in include/oox/core using iwyu This allows the headers in that folder to stand on their own and not depend on any transitively included headers. All changes to other files are needed to fix compiler errors related to missing includes that occurred afterwards. Change-Id: I2083b30763f0b2c1aacdff00226e5f567ae52db4 Reviewed-on: https://gerrit.libreoffice.org/24355 Tested-by: Jenkins Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- sc/source/filter/oox/scenariocontext.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/filter/oox/scenariocontext.cxx') diff --git a/sc/source/filter/oox/scenariocontext.cxx b/sc/source/filter/oox/scenariocontext.cxx index b58663c1f867..00dd0c52b7e4 100644 --- a/sc/source/filter/oox/scenariocontext.cxx +++ b/sc/source/filter/oox/scenariocontext.cxx @@ -20,6 +20,8 @@ #include "scenariocontext.hxx" #include "scenariobuffer.hxx" +#include +#include namespace oox { namespace xls { -- cgit