fixed adl usage to work with vc7 and removed inclusion of lambda header, to make it build in vc7
This commit is contained in:
parent
04ad901577
commit
bad06d0c4e
|
@ -49,7 +49,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
#include <boost/multi_index_container.hpp>
|
||||
#include <boost/multi_index/member.hpp>
|
||||
#include <boost/multi_index/ordered_index.hpp>
|
||||
|
|
|
@ -69,6 +69,7 @@ using namespace boost::posix_time;
|
|||
using boost::tuples::tuple;
|
||||
using boost::tuples::get;
|
||||
using boost::tuples::make_tuple;
|
||||
using boost::filesystem::complete;
|
||||
|
||||
// PROFILING CODE
|
||||
|
||||
|
|
Loading…
Reference in New Issue