From 525077c24984e5680eafca81622f7ea338fee29a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 9 Apr 2010 11:04:16 +0200 Subject: fix compile on wince Reviewed-by: joerg --- tools/linguist/shared/translator.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/linguist/shared/translator.cpp b/tools/linguist/shared/translator.cpp index 465355d..0ca5103 100644 --- a/tools/linguist/shared/translator.cpp +++ b/tools/linguist/shared/translator.cpp @@ -45,8 +45,13 @@ #include #ifdef Q_OS_WIN -#include // required for _setmode, to avoid _O_TEXT streams... -#include // for _O_BINARY +// required for _setmode, to avoid _O_TEXT streams... +# ifdef Q_OS_WINCE +# include +# else +# include +# endif +# include // for _O_BINARY #endif #include -- cgit v0.12