another fix for boost 1.49 on Linux
parent
38a895507d
commit
d6501bcf9e
|
|
@ -19,6 +19,7 @@
|
|||
#include <boost/assign/std/list.hpp> // for operator +=
|
||||
using namespace boost::assign;
|
||||
#include <boost/range/adaptors.hpp>
|
||||
#include <boost/range/algorithm/copy.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
namespace br { using namespace boost::range; using namespace boost::adaptors; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue