This commit is contained in:
Kenneth Heafield 2012-11-18 14:29:43 +00:00
parent f09fb75be1
commit da39cff26f

View File

@ -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