diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:37:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:37:04 +0200 |
commit | f54f5dea9778bc4a3103fe97921c6e952c2d6c46 (patch) | |
tree | ad863b10c325855c12eadbb41bb9304e77fc06da /sfx2 | |
parent | f740673ed74b1e2daf2a65d9b167dc3a38e1dd25 (diff) |
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I712d10c80ffbd3c4b9d628497eca006a912955ce
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfac.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/view/viewfac.cxx b/sfx2/source/view/viewfac.cxx index cae47b6cbfbd..6e778c67ba9a 100644 --- a/sfx2/source/view/viewfac.cxx +++ b/sfx2/source/view/viewfac.cxx @@ -19,6 +19,8 @@ #include <sfx2/app.hxx> #include <sfx2/viewfac.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/viewsh.hxx> #include <rtl/ustrbuf.hxx> SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh ) |