diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-27 10:06:56 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-27 10:07:18 +0200 |
commit | ff7dba5ede9bda089e3303b83b3fec1c50187bda (patch) | |
tree | 36d7d192278aa1a97c8666adaf2de07fc6fea3a1 /svl | |
parent | eacecd6b1c472b5b9a6e32e67b853f72488de573 (diff) |
fix windows svl build
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/svdde/ddeimp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx index 6a7ac01ffbef..2488c9712dcf 100644 --- a/svl/source/svdde/ddeimp.hxx +++ b/svl/source/svdde/ddeimp.hxx @@ -42,6 +42,7 @@ #else +#include <windows.h> #include <ddeml.h> #include "ddewrap.hxx" |