From b40f2b9b08e0b66101f65058f56093610052d5b8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Dec 2011 15:48:00 +0000 Subject: get osl_File qa test to build under windows --- sal/qa/osl/file/osl_File.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sal/qa/osl/file') diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index aa6e835f0b6b..bb1939c2bb42 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -52,6 +52,10 @@ #include +#ifdef WNT +#include +#endif + using namespace osl; using ::rtl::OUString; -- cgit