From: Andrei Pavel Date: Thu, 29 Jul 2021 18:33:42 +0000 (+0300) Subject: [#1980] add missing headers in timer_mgr.cc X-Git-Tag: Kea-1.9.11~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bba96164f6c5c8f56de7a5dc52af73bfd51cccd;p=thirdparty%2Fkea.git [#1980] add missing headers in timer_mgr.cc --- diff --git a/src/lib/dhcpsrv/timer_mgr.cc b/src/lib/dhcpsrv/timer_mgr.cc index f71b768ba0..0f3b68f1a9 100644 --- a/src/lib/dhcpsrv/timer_mgr.cc +++ b/src/lib/dhcpsrv/timer_mgr.cc @@ -1,11 +1,12 @@ -// Copyright (C) 2016-2020 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2016-2021 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 -#include + +#include #include #include #include @@ -14,9 +15,16 @@ #include +#include #include +#include +#include +#include +#include #include +#include + using namespace isc; using namespace isc::asiolink; using namespace isc::util;