]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#891,!592] use boost::scoped_ptr instead of mutable
authorRazvan Becheriu <razvan@isc.org>
Wed, 20 Nov 2019 12:02:02 +0000 (14:02 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 5 Feb 2020 19:57:37 +0000 (21:57 +0200)
src/lib/stats/stats_mgr.cc

index 0c79f78ba65a9c14b09aa9ecce4d453db6a147f4..20fbf9e640e17b2111698d78a8b2d06f0f2decda 100644 (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;