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:
authorDavid Madl <git@abanbytes.eu>2015-11-16 21:58:14 +0300
committerDavid Madl <git@abanbytes.eu>2015-11-17 19:17:09 +0300
commit060a5f1b47987a49092facd4de0df40a1a8948a7 (patch)
tree6a487409d3ce2c126f8d799d33dc79681fee3019 /moses/Syntax
parent8729a2d47de40e169dc8ba464c586dc979b172fe (diff)
forward declare SHyperedge in StatefulFeatureFunction, StatelessFeatureFunction
Diffstat (limited to 'moses/Syntax')
-rw-r--r--moses/Syntax/InputWeightFF.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Syntax/InputWeightFF.cpp b/moses/Syntax/InputWeightFF.cpp
index 8bb88c6ac..d8db4ff9e 100644
--- a/moses/Syntax/InputWeightFF.cpp
+++ b/moses/Syntax/InputWeightFF.cpp
@@ -3,6 +3,7 @@
#include <vector>
#include "moses/ScoreComponentCollection.h"
+#include "moses/Syntax/SHyperedge.h"
#include "moses/TargetPhrase.h"
namespace Moses