1
0
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:
Tom Igoe 2010-08-02 22:38:42 +00:00
parent 0aec45afbc
commit 98cb2e4ce3

View File

@ -1,6 +1,6 @@
#ifndef client_h
#define client_h
#include "WProgram.h"
#include "Print.h"
class Client : public Print {