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
path: root/moses
diff options
context:
space:
mode:
authorMichael Denkowski <michael.j.denkowski@gmail.com>2015-04-03 23:50:19 +0300
committerMichael Denkowski <michael.j.denkowski@gmail.com>2015-04-03 23:50:19 +0300
commit66cfd141593b0fa2cbb35a4e680cd0c0d41148c6 (patch)
treedf5b342b9bbe5107c32bc1de86c1d48d7c1ba2a2 /moses
parentfdf4f5f5718cd10e76081e525aea8c62d421f3c7 (diff)
parent44c5ae344f0dbe04812056890253c08f76a43574 (diff)
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Diffstat (limited to 'moses')
-rw-r--r--moses/FF/VW/VWFeatureBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/VW/VWFeatureBase.h b/moses/FF/VW/VWFeatureBase.h
index 04eb6974a..d0f5ebebe 100644
--- a/moses/FF/VW/VWFeatureBase.h
+++ b/moses/FF/VW/VWFeatureBase.h
@@ -3,7 +3,7 @@
#include <string>
#include <boost/thread/tss.hpp>
-#include "Classifier.h"
+#include "vw/Classifier.h"
#include "moses/TypeDef.h"
#include "moses/Util.h"
#include "moses/FF/StatelessFeatureFunction.h"