Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-10-03 14:05:53 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-03 14:05:53 +0400
commit6ccc17b804fd668533d79b5a68e3d6341881e0ec (patch)
treec9ce49913787ba79acc82245ed4645dba8bfe075 /moses/Sentence.cpp
parentf2d218f8ee5a5273451337c921046fc5e4c1a658 (diff)
speed up compiling by removing headers from StaticData.h
Diffstat (limited to 'moses/Sentence.cpp')
-rw-r--r--moses/Sentence.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/Sentence.cpp b/moses/Sentence.cpp
index a9fb34e53..e90f7f6fb 100644
--- a/moses/Sentence.cpp
+++ b/moses/Sentence.cpp
@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
#include <stdexcept>
+#include <boost/algorithm/string.hpp>
#include "Sentence.h"
#include "TranslationOptionCollectionText.h"
@@ -28,7 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "ChartTranslationOptions.h"
#include "Util.h"
#include "XmlOption.h"
-#include <boost/algorithm/string.hpp>
+#include "FactorCollection.h"
using namespace std;