1
0
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:
david gauchard 2020-08-11 14:30:39 +02:00 committed by GitHub
parent 777323709b
commit 6feda9ebda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@
#ifndef CORE_BASE64_H_ #ifndef CORE_BASE64_H_
#define CORE_BASE64_H_ #define CORE_BASE64_H_
#include <WString.h>
class base64 class base64
{ {
public: public: