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 <hieuhoang@gmail.com>2014-01-13 18:37:05 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-01-13 18:37:05 +0400
commitb5558c36b85177bf282cb88edd3b899872b7a9b9 (patch)
tree5b1096b778359b49a4be4fef3190d08ea961329f /moses/ChartHypothesisCollection.cpp
parent07902ca55036fe51c0b27cc98bbaaf39c26db7ff (diff)
get rid of all aborts
Diffstat (limited to 'moses/ChartHypothesisCollection.cpp')
-rw-r--r--moses/ChartHypothesisCollection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/ChartHypothesisCollection.cpp b/moses/ChartHypothesisCollection.cpp
index 45917e91a..49657f4ef 100644
--- a/moses/ChartHypothesisCollection.cpp
+++ b/moses/ChartHypothesisCollection.cpp
@@ -24,6 +24,7 @@
#include "ChartHypothesisCollection.h"
#include "ChartHypothesis.h"
#include "ChartManager.h"
+#include "util/exception.hh"
using namespace std;
using namespace Moses;