From af1174b2dea72359e8eb0e15297c61cf82571250 Mon Sep 17 00:00:00 2001 From: Jorenz Paragas Date: Sat, 30 Apr 2016 00:06:53 -0700 Subject: tdf#42949: clean up includes in include/oox/drawingml with iwyu Add includes in other files to fix compiler errors. Change-Id: I566e2e081094cb074d20afbe7ceee49f759c725b Reviewed-on: https://gerrit.libreoffice.org/24510 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sc/source/filter/oox/drawingfragment.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/filter/oox/drawingfragment.cxx') diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx index c3f41c839eb4..5c872c7ffea5 100644 --- a/sc/source/filter/oox/drawingfragment.cxx +++ b/sc/source/filter/oox/drawingfragment.cxx @@ -19,6 +19,7 @@ #include "drawingfragment.hxx" +#include #include #include #include @@ -29,6 +30,7 @@ #include #include "drwlayer.hxx" #include "userdat.hxx" +#include #include #include #include -- cgit