]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2436] Include some headers explicitly
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 9 Jan 2013 10:20:08 +0000 (11:20 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 9 Jan 2013 10:20:08 +0000 (11:20 +0100)
It worked without this, this is just to make sure it doesn't break.

src/lib/datasrc/zone_loader.cc

index 41a13ab590a0a161c7d335ef43235793f62ad233..fb098baddc16f77e64d449593a5148b016c7717b 100644 (file)
@@ -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>