diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-22 17:55:38 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-22 17:55:38 +0100 |
commit | 0e351284f4514bc7484699a7edd970e831ab31e7 (patch) | |
tree | 299a5b03095e677addf5352cf0c1b9778d46c3d5 /sfx2 | |
parent | 127f51ec41d989ad19c2d47476de30990dd21462 (diff) |
fix the build
Change-Id: I9a067470c53684b7ca386b1c403b4d7d36c90bbc
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 7c3b8884b56a..8a2cd275e091 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -93,6 +93,7 @@ #include <sfx2/stbitem.hxx> #include "eventsupplier.hxx" #include <sfx2/dockwin.hxx> +#include "shellimpl.hxx" #ifdef DBG_UTIL #include <sfx2/mnuitem.hxx> |