From: Fred Morcos Date: Tue, 2 Jul 2024 20:20:33 +0000 (+0200) Subject: Fix missing includes in lua2api2.hh X-Git-Tag: rec-5.2.0-alpha1~199^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f912bcde0b942e2482351144f4639c9c1c3af5d1;p=thirdparty%2Fpdns.git Fix missing includes in lua2api2.hh --- diff --git a/modules/lua2backend/lua2api2.hh b/modules/lua2backend/lua2api2.hh index 8f5683e3b2..b2f298cfce 100644 --- a/modules/lua2backend/lua2api2.hh +++ b/modules/lua2backend/lua2api2.hh @@ -24,6 +24,9 @@ #include "boost/algorithm/string/join.hpp" #include "pdns/arguments.hh" +#include "pdns/dnsbackend.hh" +#include "pdns/lua-auth4.hh" + class Lua2BackendAPIv2 : public DNSBackend, AuthLua4 { private: