Skip to content

Commit 6feda9e

Browse files
authored
base64 class uses String, adding harmless #include (#7517)
1 parent 7773237 commit 6feda9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp8266/base64.h

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#ifndef CORE_BASE64_H_
2626
#define CORE_BASE64_H_
2727

28+
#include <WString.h>
29+
2830
class base64
2931
{
3032
public:

0 commit comments

Comments
 (0)