summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/eventdescription.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/uitest/eventdescription.hxx')
-rw-r--r--include/vcl/uitest/eventdescription.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/uitest/eventdescription.hxx b/include/vcl/uitest/eventdescription.hxx
index 7c5eec65b2a6..ed2b54f3439b 100644
--- a/include/vcl/uitest/eventdescription.hxx
+++ b/include/vcl/uitest/eventdescription.hxx
@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <rtl/ustring.hxx>
#include <map>
struct EventDescription
@@ -15,4 +16,4 @@ struct EventDescription
std::map<OUString, OUString> aParameters;
};
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */