From 721366ebe1605f6167cc46a05fba12ce884b92cf Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 17 Nov 2014 22:45:11 +0100 Subject: cppu: clean up public headers with include-what-you-use Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721 --- svl/source/undo/undo.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svl') diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx index 7ac42cc95800..6c1f46ede48c 100644 --- a/svl/source/undo/undo.cxx +++ b/svl/source/undo/undo.cxx @@ -20,6 +20,7 @@ #include +#include #include #include #include -- cgit