mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01: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:
parent
0aec45afbc
commit
98cb2e4ce3
@ -1,6 +1,6 @@
|
||||
#ifndef client_h
|
||||
#define client_h
|
||||
|
||||
#include "WProgram.h"
|
||||
#include "Print.h"
|
||||
|
||||
class Client : public Print {
|
||||
|
Loading…
x
Reference in New Issue
Block a user