diff options
Diffstat (limited to 'www/domoticz/files/patch-asio-deadline_timer')
-rw-r--r-- | www/domoticz/files/patch-asio-deadline_timer | 20 |
1 files changed, 20 insertions, 0 deletions
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 <boost/asio.hpp> ++#include <boost/asio/deadline_timer.hpp> + #include <boost/thread.hpp> + #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 <boost/asio.hpp> ++#include <boost/asio/deadline_timer.hpp> + #include <deque> + #include <fstream> + #include "reply.hpp" |