commit | 920af2f41939e558c2cacd720a191be055a29927 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 25 22:56:11 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 26 13:44:17 2014 -0800 |
tree | e0326c3d0942c00fcaaf28044e94d466f417ed92 | |
parent | c1e1236b043dae66dd7e08cba516db807988a421 [diff] [blame] |
core: Basic implementation of Scheduler refs #1119 (http://redmine.named-data.net/issues/1119) Change-Id: I1783857452941794a2538534d3492d30ac58dd25
diff --git a/daemon/common.hpp b/daemon/common.hpp index d87a067..9b50fda 100644 --- a/daemon/common.hpp +++ b/daemon/common.hpp
@@ -17,9 +17,12 @@ #include <boost/function.hpp> #include <boost/bind.hpp> #include <boost/ref.hpp> +#include <boost/asio.hpp> +#include <boost/assert.hpp> #include <vector> #include <list> +#include <set> namespace ndn {