mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Added WProgram.h include to Client.h to allow it to inherit all of WString.h correctly. See issue #310 for details.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#ifndef client_h
|
#ifndef client_h
|
||||||
#define client_h
|
#define client_h
|
||||||
|
#include "WProgram.h"
|
||||||
#include "Print.h"
|
#include "Print.h"
|
||||||
|
|
||||||
class Client : public Print {
|
class Client : public Print {
|
||||||
|
Reference in New Issue
Block a user