From 50bfce889e07711450adace72d5eed785d71ee2e Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 4 Jul 2010 16:36:52 +0000 Subject: Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. --- cores/arduino/WProgram.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cores/arduino/WProgram.h') diff --git a/cores/arduino/WProgram.h b/cores/arduino/WProgram.h index 39dc611..81a1a9b 100755 --- a/cores/arduino/WProgram.h +++ b/cores/arduino/WProgram.h @@ -10,6 +10,7 @@ #include "wiring.h" #ifdef __cplusplus +#include "WString.h" #include "HardwareSerial.h" uint16_t makeWord(uint16_t w); -- cgit v1.2.3-18-g5258