summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-29 07:07:47 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-29 07:07:47 +0200
commitd57506488873544a28e633b1386da66d09ccdca5 (patch)
tree3bbf62c1f2f62fab60d34a2a42bcb44600fa6c3c /sw
parent7e40f9b8c44892a2bd7f076526de731f5bb818a3 (diff)
Fix Windows build of sw
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/vba/vbasystem.cxx1
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