diff options
Diffstat (limited to 'src/lib/dhcp_ddns/ncr_io.cc')
-rw-r--r-- | src/lib/dhcp_ddns/ncr_io.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/dhcp_ddns/ncr_io.cc b/src/lib/dhcp_ddns/ncr_io.cc index 83aa9f2003..a7c30c0e51 100644 --- a/src/lib/dhcp_ddns/ncr_io.cc +++ b/src/lib/dhcp_ddns/ncr_io.cc @@ -1,13 +1,14 @@ -// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> +#include <asiolink/asio_wrapper.h> #include <dhcp_ddns/dhcp_ddns_log.h> #include <dhcp_ddns/ncr_io.h> -#include <boost/asio.hpp> #include <boost/algorithm/string/predicate.hpp> namespace isc { |