From 71ed7d56911275c0ae5f3d79804c56cd50c530ed Mon Sep 17 00:00:00 2001 From: hieuhoang1972 Date: Thu, 16 Aug 2007 18:56:36 +0000 Subject: [PATCH] x-compatbility tweak git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1455 1f5c12ca-751b-0410-a591-d2e778427230 --- sigtest-filter/filter-pt.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sigtest-filter/filter-pt.cpp b/sigtest-filter/filter-pt.cpp index ed9805eab..2a093f6f6 100644 --- a/sigtest-filter/filter-pt.cpp +++ b/sigtest-filter/filter-pt.cpp @@ -2,7 +2,6 @@ #include #include #include -//#include #include #include "_SuffixArraySearchApplicationBase.h" @@ -11,7 +10,11 @@ #include #include +#ifdef WIN32 #include "XGetopt.h" +#else +#include +#endif typedef std::set SentIdSet; typedef std::map PhraseSetMap;