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
commitb8cd2caeaa4cd7b57f667e981d9df8b5be592144 (patch)
treed9bee733db1a9b36ed016d88d0dd0b12e123919f /sw
parenta2a7d81687ffd4b1c1f18cf2cfcf64e8990814f4 (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 2dcf3feb3e..de4d8fd137 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