commit | 4d0d096b2e4ab59dccb0119cf394435dc1f7c555 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Dec 19 22:23:14 2017 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Dec 19 22:37:15 2017 -0500 |
tree | d890e6c747d094d7ed302cf10e42eb834e08a0f6 | |
parent | 7f01247b5bc75d9416e22828b72976abd57f16a9 [diff] [blame] |
Fix compilation with boost 1.66.0 Change-Id: Ibf2883a974c834a5281c39a551e6d467d4454501
diff --git a/src/util/scheduler.hpp b/src/util/scheduler.hpp index 2139c76..6d04bd1 100644 --- a/src/util/scheduler.hpp +++ b/src/util/scheduler.hpp
@@ -23,8 +23,8 @@ #define NDN_UTIL_SCHEDULER_HPP #include "time.hpp" +#include "../net/asio-fwd.hpp" -#include <boost/asio/io_service.hpp> #include <set> namespace ndn {