]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1186] Added missing includes.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 12 Oct 2011 16:46:35 +0000 (18:46 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 14 Oct 2011 14:31:14 +0000 (16:31 +0200)
src/lib/dhcp/tests/option6_ia_unittest.cc

index ab782114285bb3d475428032509f51a2aaa4056b..ab949deb5de81adcbcc9f6c00bd6f3cfffd1ea2b 100644 (file)
@@ -19,6 +19,9 @@
 #include <arpa/inet.h>
 #include <gtest/gtest.h>
 
+#include <boost/shared_array.hpp>
+#include <boost/shared_ptr.hpp>
+
 #include "dhcp/dhcp6.h"
 #include "dhcp/option.h"
 #include "dhcp/option6_ia.h"