diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 15:11:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 15:11:05 +0200 |
commit | 16b1b63f2e03c3e4aee6a68d8a3f63d5f632cf06 (patch) | |
tree | a9cb32342090ab82dca1bf992f2e742dc4bcce24 /sd/source/ui/view/drvwshrg.cxx | |
parent | 155026bfc4cd26a57f64fc2d8a1922b37072b68e (diff) |
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: Ib769dbbcb78e9440805aee40019ab98cd52e8477
Diffstat (limited to 'sd/source/ui/view/drvwshrg.cxx')
-rw-r--r-- | sd/source/ui/view/drvwshrg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index 3fdf95f4d7d0..3df88208a44d 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -18,6 +18,7 @@ */ #include "DrawViewShell.hxx" +#include <sfx2/request.hxx> #include <sfx2/templdlg.hxx> #include <sfx2/infobar.hxx> |