diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-30 12:00:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-30 12:00:34 +0100 |
commit | 28ac8ece849b3fc15b7a9fe7f7efd6a1e1b1c64c (patch) | |
tree | 004012d885c16695a7522ed2da3b1c0768e4f5c7 /include/unotest | |
parent | 669b9cd5b8924a121114540adac91cd7e2f8b0ad (diff) |
Missing include
Change-Id: Ib1b5adc0427735b02eb696773b25027f528ab492
Diffstat (limited to 'include/unotest')
-rw-r--r-- | include/unotest/uniquepipename.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotest/uniquepipename.hxx b/include/unotest/uniquepipename.hxx index ffb917938538..f406dc1dd69b 100644 --- a/include/unotest/uniquepipename.hxx +++ b/include/unotest/uniquepipename.hxx @@ -22,9 +22,9 @@ #include <sal/config.h> +#include <rtl/ustring.hxx> #include <unotest/detail/unotestdllapi.hxx> - namespace test { // Create a system-wide unique name (for use with osl::Pipe): |