diff options
-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; |