8000 Add missing Hash.h library · Gefanxe/arduinoWebSockets@4baf489 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4baf489

Browse files
authored
Add missing Hash.h library
1 parent 4fd2e9d commit 4baf489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/WebSocketClientStomp/WebSocketClientStomp.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// LIBRARIES
1717

1818
#include <Arduino.h>
19+
#include <Hash.h>
1920

2021
#include <ESP8266WiFi.h>
2122
#include <WebSocketsClient.h>

0 commit comments

Comments
 (0)
0