mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-02 17:09:36 +03:00
x-compatbility tweak
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1455 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
72d53aee46
commit
71ed7d5691
@ -2,7 +2,6 @@
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
//#include <unistd.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "_SuffixArraySearchApplicationBase.h"
|
||||
@ -11,7 +10,11 @@
|
||||
#include <iostream>
|
||||
#include <set>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "XGetopt.h"
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
typedef std::set<TextLenType> SentIdSet;
|
||||
typedef std::map<std::string, SentIdSet> PhraseSetMap;
|
||||
|
Loading…
Reference in New Issue
Block a user