[svn] commit: r976 - /trunk/src/lib/dns/cpp/rdata.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 25 23:12:59 UTC 2010


Author: jinmei
Date: Thu Feb 25 23:12:59 2010
New Revision: 976

Log:
added a missing header file

Modified:
    trunk/src/lib/dns/cpp/rdata.h

Modified: trunk/src/lib/dns/cpp/rdata.h
==============================================================================
--- trunk/src/lib/dns/cpp/rdata.h (original)
+++ trunk/src/lib/dns/cpp/rdata.h Thu Feb 25 23:12:59 2010
@@ -20,6 +20,8 @@
 #include <stdint.h>
 
 #include <boost/shared_ptr.hpp>
+
+#include <exceptions/exceptions.h>
 
 namespace isc {
 namespace dns {




More information about the bind10-changes mailing list