From 5b83043290d5521db1c6958042afffd955c1274e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 18 Feb 2014 20:16:08 +0100 Subject: [PATCH] Include stdint.h from IPAddress.h on SAM This happened for AVR in 34885b01, this commit makes the SAM version identical again. --- hardware/arduino/sam/cores/arduino/IPAddress.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/arduino/sam/cores/arduino/IPAddress.h b/hardware/arduino/sam/cores/arduino/IPAddress.h index 622efb760..6ea81273c 100644 --- a/hardware/arduino/sam/cores/arduino/IPAddress.h +++ b/hardware/arduino/sam/cores/arduino/IPAddress.h @@ -20,6 +20,7 @@ #ifndef IPAddress_h #define IPAddress_h +#include #include // A class to make it easier to handle and pass around IP addresses