Browse Source

[2436] Include some headers explicitly

It worked without this, this is just to make sure it doesn't break.
Michal 'vorner' Vaner 12 years ago
parent
commit
2dbb441195
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/zone_loader.cc

+ 2 - 0
src/lib/datasrc/zone_loader.cc

@@ -24,6 +24,8 @@
 
 #include <dns/rrset.h>
 #include <dns/zone_checker.h>
+#include <dns/name.h>
+#include <dns/rrclass.h>
 
 #include <boost/bind.hpp>