commit | 8f45975fadb0eeae774524d622bde7cfe015a16a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 19 12:13:25 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 15 13:22:10 2013 -0700 |
tree | de88b6a84e3e46b2694e54051874ef73aac7b829 | |
parent | cf771147c16a5e4da5662f1e26bda9f9cfe23642 [diff] [blame] |
src: Fixing compilation issue with boost 1.49 on Ubuntu Change-Id: I1515c5ee977a075b7ca4503ba8d626a152454b0e
diff --git a/src/fetcher.h b/src/fetcher.h index 0a0fe9d..185e2a1 100644 --- a/src/fetcher.h +++ b/src/fetcher.h
@@ -29,6 +29,8 @@ #include <boost/intrusive/list.hpp> #include <boost/date_time/posix_time/posix_time_types.hpp> +#include <set> + class FetchManager; class Fetcher