aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WProgram.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-12-03 23:12:41 -0500
committerDavid A. Mellis <d.mellis@arduino.cc>2010-12-03 23:12:41 -0500
commit053ec1b989085e0d59f84ded8641058715701a8b (patch)
tree04bc744b58ddb6fcf71a80bbbf37a5146da43f5e /cores/arduino/WProgram.h
parent4fefe032a53667cba2b801d0cc5f021b3d457ddd (diff)
Replacing custom String.toInt() function with a call to atol().
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 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"