diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-18 00:06:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-18 18:51:49 +0100 |
commit | 15b4ab8d1943f625b3648f72ebd1872467c5854c (patch) | |
tree | 8f468606f6976a364b59a62ffae0bb9d614edb73 /stoc | |
parent | 721366ebe1605f6167cc46a05fba12ce884b92cf (diff) |
cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/crarray.cxx | 1 | ||||
-rw-r--r-- | stoc/source/corereflection/crcomp.cxx | 1 | ||||
-rw-r--r-- | stoc/source/corereflection/crenum.cxx | 2 | ||||
-rw-r--r-- | stoc/source/corereflection/criface.cxx | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/stoc/source/corereflection/crarray.cxx b/stoc/source/corereflection/crarray.cxx index 5a522a00c802..0dd2836e88be 100644 --- a/stoc/source/corereflection/crarray.cxx +++ b/stoc/source/corereflection/crarray.cxx @@ -19,6 +19,7 @@ #include <typelib/typedescription.h> #include <uno/data.h> +#include <cppuhelper/queryinterface.hxx> #include "base.hxx" diff --git a/stoc/source/corereflection/crcomp.cxx b/stoc/source/corereflection/crcomp.cxx index f243d789ee01..b0bf547f9f4f 100644 --- a/stoc/source/corereflection/crcomp.cxx +++ b/stoc/source/corereflection/crcomp.cxx @@ -18,6 +18,7 @@ */ #include <rtl/strbuf.hxx> +#include <cppuhelper/queryinterface.hxx> #include <com/sun/star/reflection/XIdlField.hpp> #include <com/sun/star/reflection/XIdlField2.hpp> diff --git a/stoc/source/corereflection/crenum.cxx b/stoc/source/corereflection/crenum.cxx index 31e8e90c7e82..f6a8b69dd318 100644 --- a/stoc/source/corereflection/crenum.cxx +++ b/stoc/source/corereflection/crenum.cxx @@ -19,6 +19,8 @@ #include "base.hxx" +#include <cppuhelper/queryinterface.hxx> + using namespace css::lang; using namespace css::reflection; using namespace css::uno; diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx index 6e57ee604888..d98659db6ff0 100644 --- a/stoc/source/corereflection/criface.cxx +++ b/stoc/source/corereflection/criface.cxx @@ -32,6 +32,7 @@ #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/uno/RuntimeException.hpp> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/exc_hlp.hxx> using namespace css::lang; |