diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 09:24:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 09:26:01 +0200 |
commit | 68f0d408a4261a86b5d1e4fedf1d473c6873dcef (patch) | |
tree | 950b2efbbdf4406de22033a7449085f70c23605a /sfx2 | |
parent | 889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (diff) |
Missing #include
Change-Id: I722621fac1be2fdcfff6f1b141d417208385f062
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templatelocalview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index e1916da1bd37..bc1cf1b58c8e 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -11,6 +11,7 @@ #include <comphelper/processfactory.hxx> #include <sfx2/doctempl.hxx> +#include <sfx2/templatelocalviewitem.hxx> #include <sfx2/templateview.hxx> #include <sfx2/templateviewitem.hxx> #include <sfx2/templatefolderviewitem.hxx> |