diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-26 20:42:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-26 20:42:51 +0200 |
commit | 3d373e8a4adcbc2f9cd4b7cedf8308865989fad5 (patch) | |
tree | 137225b362eb0d40c639962bad645168b40c9f38 /svl | |
parent | 7367bd9fff37031d5ddcfe926dd3a7f6ecdb0500 (diff) |
Missing #include
Change-Id: I2af468933b1e9bdad1c6da1f881daaf068b6bec0
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/svdde/ddesvr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx index 25a3f3fd56c1..f51d08b52406 100644 --- a/svl/source/svdde/ddesvr.cxx +++ b/svl/source/svdde/ddesvr.cxx @@ -24,6 +24,7 @@ #include <comphelper/string.hxx> #include <svl/svdde.hxx> #include <tools/debug.hxx> +#include <tools/string.hxx> #include <osl/thread.h> #include <o3tl/sorted_vector.hxx> |