summaryrefslogtreecommitdiffstats
path: root/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-09-02 21:55:52 +0200
committerFrancis Dupont <fdupont@isc.org>2015-09-02 21:55:52 +0200
commit53134f8119dc9e7e29bc3b02d748f2845f1cf5fb (patch)
treec7d4ffe2b4c8f954d714dae07e69e27ebcd5125d /src/bin/perfdhcp/tests/perf_pkt6_unittest.cc
parent[4009] Fixed asiolink (diff)
downloadkea-53134f8119dc9e7e29bc3b02d748f2845f1cf5fb.tar.xz
kea-53134f8119dc9e7e29bc3b02d748f2845f1cf5fb.zip
[4009] Added many missing boost/scoped_ptr.hpp includes
Diffstat (limited to 'src/bin/perfdhcp/tests/perf_pkt6_unittest.cc')
-rw-r--r--src/bin/perfdhcp/tests/perf_pkt6_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc b/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc
index 60c59749ac..159fc3df5a 100644
--- a/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc
+++ b/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc
@@ -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"