BIND 10 trac1186, updated. 1290727873e865d943467857eec67938bd5e8a0a [1186] Added missing includes.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 12 16:46:44 UTC 2011
The branch, trac1186 has been updated
via 1290727873e865d943467857eec67938bd5e8a0a (commit)
from d3f306a14de315e82d5e18208ddac116af239131 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1290727873e865d943467857eec67938bd5e8a0a
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Oct 12 18:46:35 2011 +0200
[1186] Added missing includes.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/option6_ia_unittest.cc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/option6_ia_unittest.cc b/src/lib/dhcp/tests/option6_ia_unittest.cc
index ab78211..ab949de 100644
--- a/src/lib/dhcp/tests/option6_ia_unittest.cc
+++ b/src/lib/dhcp/tests/option6_ia_unittest.cc
@@ -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"
More information about the bind10-changes
mailing list