diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-29 07:07:47 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-29 07:07:47 +0200 |
commit | d57506488873544a28e633b1386da66d09ccdca5 (patch) | |
tree | 3bbf62c1f2f62fab60d34a2a42bcb44600fa6c3c | |
parent | 7e40f9b8c44892a2bd7f076526de731f5bb818a3 (diff) |
Fix Windows build of sw
-rw-r--r-- | sw/source/ui/vba/vbasystem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbasystem.cxx b/sw/source/ui/vba/vbasystem.cxx index 2dcf3feb3ed2..de4d8fd137c9 100644 --- a/sw/source/ui/vba/vbasystem.cxx +++ b/sw/source/ui/vba/vbasystem.cxx @@ -35,6 +35,7 @@ #include <tools/urlobj.hxx> #ifdef WNT +#include <windows.h> #include <tchar.h> #endif |