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/Search.cpp
parent07902ca55036fe51c0b27cc98bbaaf39c26db7ff (diff)
get rid of all aborts
Diffstat (limited to 'moses/Search.cpp')
-rw-r--r--moses/Search.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Search.cpp b/moses/Search.cpp
index d9834b7f3..54b3c91de 100644
--- a/moses/Search.cpp
+++ b/moses/Search.cpp
@@ -3,6 +3,7 @@
#include "SearchNormal.h"
#include "SearchNormalBatch.h"
#include "UserMessage.h"
+#include "util/exception.hh"
namespace Moses
{