diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:42:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:42:35 +0200 |
commit | 1579d8ed79fb70308599b2329803b3d679718ec8 (patch) | |
tree | 4163215c37653e7420a6e9a6640b601bfdd12a0e /toolkit/source/controls/unocontrolcontainer.cxx | |
parent | 5b9c8241ea3a536cd0652bddbca110d86e09dcf9 (diff) |
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I536353b86ee023eb630ea89786d2205a628d95e3
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r-- | toolkit/source/controls/unocontrolcontainer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx index d8ff558bc3dc..6d121ac706ea 100644 --- a/toolkit/source/controls/unocontrolcontainer.cxx +++ b/toolkit/source/controls/unocontrolcontainer.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/awt/XVclContainerPeer.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/implbase1.hxx> |