summaryrefslogtreecommitdiffstats
path: root/lingucomponent
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 14:29:50 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-23 14:29:59 +0300
commit8928a4f6dcacb1357d3b9b1a7a29cc62fede87d9 (patch)
treebfa9529dea3e6f11c2c485fa379e757379a958e7 /lingucomponent
parentAvoid including <config_features.h> in <sfx2/objsh.hxx> (diff)
downloadcore-8928a4f6dcacb1357d3b9b1a7a29cc62fede87d9.tar.gz
core-8928a4f6dcacb1357d3b9b1a7a29cc62fede87d9.zip
Try to fix Windows build
Change-Id: Ib73cc86f9f14397b296324e14562278b5f8a2144
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>