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