02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
71:60f06e7e50a3
Parent:
54:9322b1b76e13
--- a/UserInput.h	Thu Sep 03 15:10:51 2015 +0000
+++ b/UserInput.h	Thu Sep 03 15:32:01 2015 +0000
@@ -1,7 +1,9 @@
 #ifndef USERINPUT.H
 #define USERINPUT.H
+#include <string>
 
 double inputDistance();
 int inputNoOfPins();
+string inputDate();
 
 #endif
\ No newline at end of file