We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e334b2 commit 5b83043Copy full SHA for 5b83043
hardware/arduino/sam/cores/arduino/IPAddress.h
@@ -20,6 +20,7 @@
20
#ifndef IPAddress_h
21
#define IPAddress_h
22
23
+#include <stdint.h>
24
#include <Printable.h>
25
26
// A class to make it easier to handle and pass around IP addresses
0 commit comments