]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1256] fixed compilation
authorRazvan Becheriu <razvan@isc.org>
Fri, 5 Jun 2020 16:53:26 +0000 (19:53 +0300)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Jun 2020 14:57:32 +0000 (16:57 +0200)
src/lib/dhcpsrv/tests/subnet_unittest.cc

index 65bb4091d784a51fd9bffc3303eff8d29c36ece9..082493f03aebf903efa2d30ae0406df6f9095370 100644 (file)
 // don't import the entire boost namespace.  It will unexpectedly hide uint8_t
 // for some systems.
 using boost::scoped_ptr;
+
 using namespace isc;
 using namespace isc::dhcp;
 using namespace isc::asiolink;
+using namespace isc::util;
 
 namespace {