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/ScoreComponentCollection.h
parent07902ca55036fe51c0b27cc98bbaaf39c26db7ff (diff)
get rid of all aborts
Diffstat (limited to 'moses/ScoreComponentCollection.h')
-rw-r--r--moses/ScoreComponentCollection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/ScoreComponentCollection.h b/moses/ScoreComponentCollection.h
index a72452358..20ddcf79f 100644
--- a/moses/ScoreComponentCollection.h
+++ b/moses/ScoreComponentCollection.h
@@ -30,12 +30,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <boost/serialization/split_member.hpp>
#endif
-
#include "moses/FF/FeatureFunction.h"
#include "FeatureVector.h"
#include "TypeDef.h"
#include "Util.h"
-
+#include "util/exception.hh"
namespace Moses
{