Include boost/version.hpp, so Ledger can tell which version the user has.

This commit is contained in:
John Wiegley 2009-02-09 01:33:24 -04:00
parent 391300aea2
commit 1d4c65b5ca

View file

@ -168,6 +168,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/ptr_container/ptr_list.hpp>
#include <boost/regex.hpp>
#include <boost/variant.hpp>
#include <boost/version.hpp>
#if defined(HAVE_BOOST_PYTHON)