From 053ec1b989085e0d59f84ded8641058715701a8b Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 3 Dec 2010 23:12:41 -0500 Subject: Replacing custom String.toInt() function with a call to atol(). --- 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 5afecb4..f73e760 100755 --- a/cores/arduino/WProgram.h +++ b/cores/arduino/WProgram.h @@ -10,6 +10,7 @@ #include "wiring.h" #ifdef __cplusplus +#include "WCharacter.h" #include "WString.h" #include "HardwareSerial.h" -- cgit v1.2.3-18-g5258