diff options
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/IPAddress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/IPAddress.h b/cores/arduino/IPAddress.h index 2585aec..078ac97 100644 --- a/cores/arduino/IPAddress.h +++ b/cores/arduino/IPAddress.h @@ -26,6 +26,7 @@ #ifndef IPAddress_h #define IPAddress_h +#include <stdint.h> #include <Printable.h> // A class to make it easier to handle and pass around IP addresses |