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/spinningprogress.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/spinningprogress.cxx')
-rw-r--r-- | toolkit/source/controls/spinningprogress.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/controls/spinningprogress.cxx b/toolkit/source/controls/spinningprogress.cxx index b394cbf0a38c..7511f0755305 100644 --- a/toolkit/source/controls/spinningprogress.cxx +++ b/toolkit/source/controls/spinningprogress.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <com/sun/star/uno/XComponentContext.hpp> #include <rtl/ustrbuf.hxx> #include <toolkit/controls/animatedimages.hxx> #include <tools/diagnose_ex.h> |