diff --git a/www/domoticz/files/patch-asio-deadline_timer b/www/domoticz/files/patch-asio-deadline_timer new file mode 100644 index 000000000000..ffb192872cf7 --- /dev/null +++ b/www/domoticz/files/patch-asio-deadline_timer @@ -0,0 +1,20 @@ +--- webserver/cWebem.h.orig 2024-07-13 14:59:31 UTC ++++ webserver/cWebem.h +@@ -1,6 +1,7 @@ + #pragma once + + #include ++#include + #include + #include "server.hpp" + #include "session_store.hpp" +--- webserver/connection.hpp.orig 2024-07-13 14:59:31 UTC ++++ webserver/connection.hpp +@@ -12,6 +12,7 @@ + #define HTTP_CONNECTION_HPP + + #include ++#include + #include + #include + #include "reply.hpp"