another fix for boost 1.49 on Linux

release/4.3a0
Chris Beall 2013-08-13 14:21:12 +00:00
parent 38a895507d
commit d6501bcf9e
1 changed files with 1 additions and 0 deletions

View File

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