mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
base64 class uses String, adding harmless #include (#7517)
This commit is contained in:
parent
777323709b
commit
6feda9ebda
@ -25,6 +25,8 @@
|
||||
#ifndef CORE_BASE64_H_
|
||||
#define CORE_BASE64_H_
|
||||
|
||||
#include <WString.h>
|
||||
|
||||
class base64
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user