diff options
author | Francis Dupont <fdupont@isc.org> | 2015-09-02 19:49:11 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-09-02 19:49:11 +0200 |
commit | b494fd351e5027d1c5f68fa5a7a562e014ea0cd0 (patch) | |
tree | 5524bb7e4d7b9c23341f02b1aa5234e3e833818d /src/lib/dhcpsrv/tests/d2_udp_unittest.cc | |
parent | [4031] Cleaned up asiolink (tentative) (diff) | |
download | kea-b494fd351e5027d1c5f68fa5a7a562e014ea0cd0.tar.xz kea-b494fd351e5027d1c5f68fa5a7a562e014ea0cd0.zip |
[4009] Added boost to asio (tentative)
Diffstat (limited to 'src/lib/dhcpsrv/tests/d2_udp_unittest.cc')
-rw-r--r-- | src/lib/dhcpsrv/tests/d2_udp_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc index 4fb311f52d..a734b99791 100644 --- a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc +++ b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc @@ -16,7 +16,7 @@ /// Note these tests are not intended to verify the actual send and receive /// across UDP sockets. This level of testing is done in libdhcp-ddns. -#include <asio.hpp> +#include <boost/asio.hpp> #include <asiolink/io_service.h> #include <config.h> #include <dhcp/iface_mgr.h> |