BIND 10 trac2436, updated. 88a70cf0dcc476dd911e812eaca03e61274f81ac [2436] explicitly include <string>, just in case.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 8 19:30:34 UTC 2013
The branch, trac2436 has been updated
via 88a70cf0dcc476dd911e812eaca03e61274f81ac (commit)
from 421343439bb3852a4aea4d9f9ff945a4b8b6ac9a (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 88a70cf0dcc476dd911e812eaca03e61274f81ac
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jan 8 11:30:33 2013 -0800
[2436] explicitly include <string>, just in case.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/zone_loader.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone_loader.cc b/src/lib/datasrc/zone_loader.cc
index 54d0a40..348c52b 100644
--- a/src/lib/datasrc/zone_loader.cc
+++ b/src/lib/datasrc/zone_loader.cc
@@ -27,6 +27,8 @@
#include <boost/bind.hpp>
+#include <string>
+
using isc::dns::Name;
using isc::dns::ConstRRsetPtr;
using isc::dns::MasterLoader;
More information about the bind10-changes
mailing list