From 00969ba56babd4ce3b29a5d458548baed8437f80 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 21 Feb 2025 09:34:15 +0100 Subject: [PATCH] Add two missing includes Fixes #15179 --- pdns/misc.cc | 1 + pdns/webserver.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/misc.cc b/pdns/misc.cc index 5e662a8dbf..a64f00a5fe 100644 --- a/pdns/misc.cc +++ b/pdns/misc.cc @@ -60,6 +60,7 @@ #include #include #include +#include #ifdef __FreeBSD__ # include #endif diff --git a/pdns/webserver.cc b/pdns/webserver.cc index e6595d6fac..ae3deb010f 100644 --- a/pdns/webserver.cc +++ b/pdns/webserver.cc @@ -37,7 +37,7 @@ #include "uuid-utils.hh" #include #include -#include +#include json11::Json HttpRequest::json() { -- 2.47.2