8000 Add missing security manager include to WebSocketTxRx.h (#194) · adityathakekar/esp8266-react@3d50cab · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d50cab

Browse files
authored
Add missing security manager include to WebSocketTxRx.h (rjwats#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
1 parent 42050b8 commit 3d50cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/framework/WebSocketTxRx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <StatefulService.h>
55
#include <ESPAsyncWebServer.h>
6+
#include <SecurityManager.h>
67

78
#define WEB_SOCKET_CLIENT_ID_MSG_SIZE 128
89

0 commit comments

Comments
 (0)
0