2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#891,!592] use boost::scoped_ptr instead of mutable

This commit is contained in:
Razvan Becheriu
2019-11-20 14:02:02 +02:00
parent ed1241729d
commit 0fc6654e8f

View File

@@ -13,6 +13,7 @@
#include <util/boost_time_utils.h>
#include <util/multi_threading_mgr.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/make_shared.hpp>
using namespace std;
using namespace isc::data;