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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-03 13:47:48 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-03 13:47:48 +0300
commitc52d7be025c9532d9a5874cfa2e47bfbc2cd7eb1 (patch)
tree024ddf37ed9924144856e879811253841b712daa /moses
parent0c58e194916af166372903a932cb459bb46aa124 (diff)
Make an include path explicit.
Better to see clearly where that header is supposed to come from, since it lives halfway across the codebase. I think this may also make the "classifier" dance in moses/Jamfile unnecessary, which would be a nice simplification, but I'm not confident enough to just make the change.
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"