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:
Diffstat (limited to 'moses/src/LM/SRI.cpp')
-rw-r--r--moses/src/LM/SRI.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/src/LM/SRI.cpp b/moses/src/LM/SRI.cpp
index e677b305c..9c5a9c3d4 100644
--- a/moses/src/LM/SRI.cpp
+++ b/moses/src/LM/SRI.cpp
@@ -31,6 +31,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "Phrase.h"
#include "StaticData.h"
+#include "Vocab.h"
+#include "Ngram.h"
+
using namespace std;
namespace Moses