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>2014-04-17 23:04:02 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-04-17 23:04:02 +0400
commita4d32a2b090be41969b651fcad2df34fd824cbae (patch)
tree3099e7507fb06bc9481a5272729a54fb286daa6d /moses/ChartKBestExtractor.h
parentd90aaf101839f172994142a14cd6c5908a5f962e (diff)
minor compile errors in ChartKBestExtractor
Diffstat (limited to 'moses/ChartKBestExtractor.h')
-rw-r--r--moses/ChartKBestExtractor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ChartKBestExtractor.h b/moses/ChartKBestExtractor.h
index 07df7eacb..66430ec1e 100644
--- a/moses/ChartKBestExtractor.h
+++ b/moses/ChartKBestExtractor.h
@@ -19,6 +19,7 @@
#pragma once
+#include <cassert>
#include "ChartHypothesis.h"
#include "ScoreComponentCollection.h"