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:
authorjiejiang <mail.jie.jiang@gmail.com>2013-12-19 00:15:39 +0400
committerjiejiang <mail.jie.jiang@gmail.com>2013-12-19 00:15:39 +0400
commit744376b3fbebc41c4a270bf549826d5eb9219ae0 (patch)
tree27b324b13dacf16e021cde88b9edb594d71f09dc /moses/FeatureVector.cpp
parent1a8a8fbb2d8eb503c38ba03da796e16ed08fd07a (diff)
moses windows build, with some TODO list
Diffstat (limited to 'moses/FeatureVector.cpp')
-rw-r--r--moses/FeatureVector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/FeatureVector.cpp b/moses/FeatureVector.cpp
index b495e811f..e840f0c83 100644
--- a/moses/FeatureVector.cpp
+++ b/moses/FeatureVector.cpp
@@ -25,6 +25,10 @@
#include <sstream>
#include <stdexcept>
+#if defined __MINGW32__ && defined WITH_THREADS
+#include <boost/thread/locks.hpp>
+#endif // WITH_THREADS
+
#include "FeatureVector.h"
#include "util/string_piece_hash.hh"