mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[4009] Added many missing boost/scoped_ptr.hpp includes
This commit is contained in:
parent
64ef2a77fa
commit
53134f8119
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
// Copyright (C) 2012, 2015 Internet Systems Consortium, Inc. ("ISC")
|
||||
//
|
||||
// Permission to use, copy, modify, and/or distribute this software for any
|
||||
// purpose with or without fee is hereby granted, provided that the above
|
||||
@ -18,6 +18,8 @@
|
||||
#include <dhcp/option.h>
|
||||
#include <dhcp/dhcp6.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include "../localized_option.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include <dhcp/option.h>
|
||||
#include <dhcp/dhcp4.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include "../localized_option.h"
|
||||
#include "../perf_pkt4.h"
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include <dhcp/option.h>
|
||||
#include <dhcp/dhcp6.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include "../localized_option.h"
|
||||
#include "../perf_pkt6.h"
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include "../stats_mgr.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <util/io/pktinfo_utilities.h>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <util/buffer.h>
|
||||
|
||||
#include <boost/pointer_cast.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <util/buffer.h>
|
||||
|
||||
#include <boost/pointer_cast.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
|
@ -18,6 +18,8 @@
|
||||
#include <dhcpsrv/lease_mgr.h>
|
||||
#include <exceptions/exceptions.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace isc {
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include <dhcpsrv/parsers/dhcp_parsers.h>
|
||||
#include <stats/stats_mgr.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <iostream>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/pointer_cast.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -17,6 +17,8 @@
|
||||
#include <asiolink/io_address.h>
|
||||
#include <dhcpsrv/pool.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <iostream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user