Skip to content

Commit

Permalink
base64 class uses String, adding harmless #include (#7517)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v authored Aug 11, 2020
1 parent 7773237 commit 6feda9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cores/esp8266/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#ifndef CORE_BASE64_H_
#define CORE_BASE64_H_

#include <WString.h>

class base64
{
public:
Expand Down

0 comments on commit 6feda9e

Please sign in to comment.