From e24a8db2d65e9a78f85f32bba44a755bf6ef0dd0 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:51:09 +0300 Subject: [PATCH] Fix missing event.h header dependency Update common/xevHtpdBase.cpp to resolve compilation errors caused by missing event2/event.h. --- common/xevHtpdBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/xevHtpdBase.cpp b/common/xevHtpdBase.cpp index b3d68bd..ac1e0fc 100644 --- a/common/xevHtpdBase.cpp +++ b/common/xevHtpdBase.cpp @@ -14,6 +14,7 @@ #include #include #include "xLog.h" +#include #include "json.h" #include "xevHtpdBase.h"