Fix compilation with boost 1.66.0
Change-Id: Ibf2883a974c834a5281c39a551e6d467d4454501
diff --git a/src/net/network-monitor.hpp b/src/net/network-monitor.hpp
index e6874a1..2441e3e 100644
--- a/src/net/network-monitor.hpp
+++ b/src/net/network-monitor.hpp
@@ -1,5 +1,5 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
+/*
* Copyright (c) 2013-2017 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
@@ -25,14 +25,10 @@
#ifndef NDN_NET_NETWORK_MONITOR_HPP
#define NDN_NET_NETWORK_MONITOR_HPP
+#include "asio-fwd.hpp"
#include "network-interface.hpp"
-#include <vector>
-namespace boost {
-namespace asio {
-class io_service;
-} // namespace asio
-} // namespace boost
+#include <vector>
namespace ndn {
namespace net {