commit | f8ff5e1e2dfae19d898c8b46698e51032b26a963 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 11 13:57:32 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 15 13:22:11 2013 -0700 |
tree | eac81c7732da4027c9633db3c91bb3349f1002ea | |
parent | 0b38ad041f9cc7429a8a55c0cf2dfa76ab11b01f [diff] [blame] |
Make sure code compiles on Ubuntu 12.04 with boost 1.46 Work with permissions in boost::filesystem was introduced in boost 1.49
diff --git a/src/fetcher.h b/src/fetcher.h index 185e2a1..515b2e9 100644 --- a/src/fetcher.h +++ b/src/fetcher.h
@@ -28,6 +28,7 @@ #include "executor.h" #include <boost/intrusive/list.hpp> #include <boost/date_time/posix_time/posix_time_types.hpp> +#include <set> #include <set>