From 7cd813c40cd091814f00ad8e836a6e4069b0ec77 Mon Sep 17 00:00:00 2001
From: Amna <amna.snene@savoirfairelinux.com>
Date: Mon, 2 Oct 2023 18:15:47 -0400
Subject: [PATCH] add include asio.hpp

To avoid a build error on Alma Linux

Change-Id: Ibe06f52c241b6d0a1633b373e557ef9319482636
---
 src/upnp/upnp_context.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/upnp/upnp_context.cpp b/src/upnp/upnp_context.cpp
index 8b80293..a69528b 100644
--- a/src/upnp/upnp_context.cpp
+++ b/src/upnp/upnp_context.cpp
@@ -23,7 +23,7 @@
 #if HAVE_LIBUPNP
 #include "protocol/pupnp/pupnp.h"
 #endif
-
+#include <asio.hpp>
 #include <asio/steady_timer.hpp>
 #if __has_include(<fmt/std.h>)
 #include <fmt/std.h>
-- 
GitLab