From 28ac8ece849b3fc15b7a9fe7f7efd6a1e1b1c64c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 30 Oct 2015 12:00:34 +0100 Subject: Missing include Change-Id: Ib1b5adc0427735b02eb696773b25027f528ab492 --- include/unotest/uniquepipename.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unotest') 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 +#include #include - namespace test { // Create a system-wide unique name (for use with osl::Pipe): -- cgit