Browse Source

missing include files

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1428 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
91a5a09126
2 changed files with 10 additions and 0 deletions
  1. 5 0
      src/lib/dns/rrclass-placeholder.h
  2. 5 0
      src/lib/dns/rrtype-placeholder.h

+ 5 - 0
src/lib/dns/rrclass-placeholder.h

@@ -17,6 +17,11 @@
 #ifndef __RRCLASS_H
 #define __RRCLASS_H 1
 
+#include <stdint.h>
+
+#include <string>
+#include <ostream>
+
 #include <exceptions/exceptions.h>
 
 namespace isc {

+ 5 - 0
src/lib/dns/rrtype-placeholder.h

@@ -17,6 +17,11 @@
 #ifndef __RRTYPE_H
 #define __RRTYPE_H 1
 
+#include <stdint.h>
+
+#include <string>
+#include <ostream>
+
 #include <exceptions/exceptions.h>
 
 namespace isc {