From 3d50cab9b754c0ce9f77b69aba632f5a62ce7ebf Mon Sep 17 00:00:00 2001 From: rjwats Date: Sat, 22 Aug 2020 13:30:24 +0100 Subject: [PATCH] Add missing security manager include to WebSocketTxRx.h (#194) Previously the demo code was relying on the transitive include via HttpEndpoint.h This change allows WebSocketTxRx.h to be used when no HttpEndpoint is in use --- lib/framework/WebSocketTxRx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/framework/WebSocketTxRx.h b/lib/framework/WebSocketTxRx.h index d43db52..02a1a7d 100644 --- a/lib/framework/WebSocketTxRx.h +++ b/lib/framework/WebSocketTxRx.h @@ -3,6 +3,7 @@ #include #include +#include #define WEB_SOCKET_CLIENT_ID_MSG_SIZE 128