diff options
Diffstat (limited to 'sfx2/inc/doctempl.hrc')
-rw-r--r-- | sfx2/inc/doctempl.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/doctempl.hrc b/sfx2/inc/doctempl.hrc index ef2310d860de..d6b98a0e2a6b 100644 --- a/sfx2/inc/doctempl.hrc +++ b/sfx2/inc/doctempl.hrc @@ -20,6 +20,8 @@ #ifndef INCLUDED_SFX2_INC_DOCTEMPL_HRC #define INCLUDED_SFX2_INC_DOCTEMPL_HRC +#include <unotools/resmgr.hxx> + #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) const TranslateId TEMPLATE_LONG_NAMES_ARY[] = |