BIND 10 trac2317, updated. c3edda086f948bc9c6bd46c8b9198a2e5261eac2 [2317] Add missing includes to resolve compilation problems
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 11 18:27:26 UTC 2013
The branch, trac2317 has been updated
via c3edda086f948bc9c6bd46c8b9198a2e5261eac2 (commit)
from 6e2a0ba86f0607f3e9822a178a223e8a922de47a (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 c3edda086f948bc9c6bd46c8b9198a2e5261eac2
Author: Stephen Morris <stephen at isc.org>
Date: Fri Jan 11 18:27:01 2013 +0000
[2317] Add missing includes to resolve compilation problems
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/option_space_container.h | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/option_space_container.h b/src/lib/dhcpsrv/option_space_container.h
index e063f7b..69093c1 100644
--- a/src/lib/dhcpsrv/option_space_container.h
+++ b/src/lib/dhcpsrv/option_space_container.h
@@ -15,6 +15,9 @@
#ifndef OPTION_SPACE_CONTAINER_H
#define OPTION_SPACE_CONTAINER_H
+#include <list>
+#include <string>
+
namespace isc {
namespace dhcp {
More information about the bind10-changes
mailing list