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-04 18:40:23 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-04 18:40:23 +0400
commitf4150c2494106623b3ca851585f025557f3711f0 (patch)
treebd7c0771619f1750c2b0dfdce4fe441b52d9431b /OnDiskPt
parent4a166d065ec57093de5a7c3a9d50d0919a70e19c (diff)
faster compilation by taking some #includes from Word.h and Phrase.h
Diffstat (limited to 'OnDiskPt')
-rw-r--r--OnDiskPt/OnDiskWrapper.cpp1
-rw-r--r--OnDiskPt/OnDiskWrapper.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/OnDiskPt/OnDiskWrapper.cpp b/OnDiskPt/OnDiskWrapper.cpp
index 6cb482051..3d1dd160b 100644
--- a/OnDiskPt/OnDiskWrapper.cpp
+++ b/OnDiskPt/OnDiskWrapper.cpp
@@ -24,6 +24,7 @@
#include "util/check.hh"
#include <string>
#include "OnDiskWrapper.h"
+#include "moses/Factor.h"
using namespace std;
diff --git a/OnDiskPt/OnDiskWrapper.h b/OnDiskPt/OnDiskWrapper.h
index 5800857b2..e911689b3 100644
--- a/OnDiskPt/OnDiskWrapper.h
+++ b/OnDiskPt/OnDiskWrapper.h
@@ -22,7 +22,7 @@
#include <fstream>
#include "Vocab.h"
#include "PhraseNode.h"
-#include "../moses/Word.h"
+#include "moses/Word.h"
namespace OnDiskPt
{