From 98cb2e4ce3f392f241e0c9f9ba160fa086fd0d52 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 2 Aug 2010 22:38:42 +0000 Subject: [PATCH] Added WProgram.h include to Client.h to allow it to inherit all of WString.h correctly. See issue #310 for details. --- libraries/Ethernet/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Ethernet/Client.h b/libraries/Ethernet/Client.h index e1140e496..8c1e70b44 100644 --- a/libraries/Ethernet/Client.h +++ b/libraries/Ethernet/Client.h @@ -1,6 +1,6 @@ #ifndef client_h #define client_h - +#include "WProgram.h" #include "Print.h" class Client : public Print {