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 --- configmgr/source/propertynode.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'configmgr') diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx index 102423aabafe..acc35773fda7 100644 --- a/configmgr/source/propertynode.cxx +++ b/configmgr/source/propertynode.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include #include -- cgit