diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-16 19:07:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-16 19:07:36 +0200 |
commit | 617e7c623167308e6fb8501822158fe1af72ba47 (patch) | |
tree | acecaf9805b75f3b1127fd1b509c097587f25127 /scripting | |
parent | 41dc2dbc6d5d87f9f008ab140a0cd2b41fcc8fa5 (diff) |
Missing include
Change-Id: I1be082b7db5592ad5090cf3ffaafe708bb1d9be4
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 5bc28424252a..689f6f7b4c4b 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -32,7 +32,7 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> - +#include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> #include <tools/urlobj.hxx> |