Added "using namespace boost::assign" to allow use of +=
parent
52b91ac371
commit
71039164b2
|
|
@ -24,6 +24,8 @@
|
|||
#include <boost/foreach.hpp>
|
||||
#include <boost/assign.hpp>
|
||||
#include <boost/assign/std/vector.hpp>
|
||||
using namespace boost::assign;
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <utility>
|
||||
|
|
|
|||
Loading…
Reference in New Issue