summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 14:29:50 +0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-26 02:29:21 +0200
commitc317f1bd7ddeb653e9c845472a6f6c79e8369171 (patch)
tree03d3a769ae58724199dfa0d7408752141877d6f4 /lingucomponent
parent31d8ef3bd815a329a587a72cc76abe56bd86ceaa (diff)
Try to fix Windows build
Change-Id: Ib73cc86f9f14397b296324e14562278b5f8a2144 (cherry picked from commit 8928a4f6dcacb1357d3b9b1a7a29cc62fede87d9)
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 94abeb9deda0..72fd23d839f1 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -17,6 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#if defined(WNT)
+#include <prewin.h>
+#include <postwin.h>
+#endif
+
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>