Browse Source

added a missing header file

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@976 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
eca2e37026
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dns/cpp/rdata.h

+ 2 - 0
src/lib/dns/cpp/rdata.h

@@ -21,6 +21,8 @@
 
 #include <boost/shared_ptr.hpp>
 
+#include <exceptions/exceptions.h>
+
 namespace isc {
 namespace dns {
 class InputBuffer;