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:
authorKenneth Heafield <github@kheafield.com>2012-11-18 18:29:43 +0400
committerKenneth Heafield <github@kheafield.com>2012-11-18 18:29:43 +0400
commitda39cff26f3107f26c08164bc396762d665db6aa (patch)
tree3670fa890efc698c0ae738c5827995d8582ff5d7 /search
parentf09fb75be1fbc441f7847f2b41d70e289ae7e452 (diff)
D'oh <=
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