From bad06d0c4e272db417413c470d2f5810d39513e5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 7 Jan 2006 15:41:20 +0000 Subject: [PATCH] fixed adl usage to work with vc7 and removed inclusion of lambda header, to make it build in vc7 --- src/storage.cpp | 1 - src/torrent.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index 497cb5751..3a3a4ff8c 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -49,7 +49,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include #include #include #include diff --git a/src/torrent.cpp b/src/torrent.cpp index 993e2c5e0..60cf6b41f 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -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