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/search
diff options
context:
space:
mode:
Diffstat (limited to 'search')
-rw-r--r--search/vertex_generator.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/vertex_generator.hh b/search/vertex_generator.hh
index 58a3cb869..d0e0dacc9 100644
--- a/search/vertex_generator.hh
+++ b/search/vertex_generator.hh
@@ -8,7 +8,7 @@
#include <boost/unordered_map.hpp>
#include <boost/version.hpp>
-#if BOOST_VERSION < 104200
+#if BOOST_VERSION <= 104200
#include "util/exception.hh"
#endif