diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 15:48:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 15:50:12 +0000 |
commit | b40f2b9b08e0b66101f65058f56093610052d5b8 (patch) | |
tree | bbde499305136b286da01d5228f76cfce733ccb0 /sal/qa/osl/file | |
parent | 89d2733e16ae6233deea6bef3193bd45c89b854c (diff) |
get osl_File qa test to build under windows
Diffstat (limited to 'sal/qa/osl/file')
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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 <boost/scoped_ptr.hpp> +#ifdef WNT +#include <windows.h> +#endif + using namespace osl; using ::rtl::OUString; |