summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/component_context.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-19 00:31:37 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-19 11:55:11 +0100
commit40d4f917e3395611276240c75c1d825d172ed559 (patch)
treee55869e4bc3089d8de9cf8de63b3c119bc35235f /include/cppuhelper/component_context.hxx
parentmbSwapUnderway always true inside ImpGraphic::ImplReadEmbedded (diff)
downloadcore-40d4f917e3395611276240c75c1d825d172ed559.tar.gz
core-40d4f917e3395611276240c75c1d825d172ed559.zip
sal, cppuhelper headers a little more complete and self-contained
All of them now build as-is (doing that is actually a pain because some are named the same as C library headers and clang looks first in the directory where the source file is in...). Change-Id: Ief6e245c8f49fcee678aebd46394c19e4cb47f51
Diffstat (limited to 'include/cppuhelper/component_context.hxx')
-rw-r--r--include/cppuhelper/component_context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx
index f22ff2c1df6d..9baf861efad0 100644
--- a/include/cppuhelper/component_context.hxx
+++ b/include/cppuhelper/component_context.hxx
@@ -20,7 +20,11 @@
#define INCLUDED_CPPUHELPER_COMPONENT_CONTEXT_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
+#include <com/sun/star/uno/Any.hxx>
+#include <com/sun/star/uno/Reference.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace cppu