Added missing include to avr/dostrf.h in wirish.h so that dtostrf can be used without needing to include that file

This commit is contained in:
Roger Clark 2015-03-04 22:30:57 +11:00
parent 244674ca81
commit 29c5d538da
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <string.h> #include <string.h>
#include <WString.h> #include <WString.h>
#include <avr/dtostrf.h>
#include <avr/pgmspace.h> #include <avr/pgmspace.h>
#include <avr/interrupt.h> #include <avr/interrupt.h>