aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WProgram.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-07-04 16:36:52 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2010-07-04 16:36:52 +0000
commit50bfce889e07711450adace72d5eed785d71ee2e (patch)
tree01fd33aea600b94d8c4d4c7e44bf107ef0c3e3c5 /cores/arduino/WProgram.h
parent0c09741c729a9735b30c030b24d6ca67ae864156 (diff)
Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h.
Diffstat (limited to 'cores/arduino/WProgram.h')
-rwxr-xr-xcores/arduino/WProgram.h1
1 files changed, 1 insertions, 0 deletions
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);