mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Fixed another regression in IPAddress.h
If the includer tries to inlcude IPAddress.h without first including WString.h the build will fail.
This commit is contained in:
parent
fc8f84f06b
commit
563a7306b9
@ -21,7 +21,8 @@
|
||||
#define IPAddress_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <Printable.h>
|
||||
#include "Printable.h"
|
||||
#include "WString.h"
|
||||
|
||||
// A class to make it easier to handle and pass around IP addresses
|
||||
|
||||
|
@ -21,7 +21,8 @@
|
||||
#define IPAddress_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <Printable.h>
|
||||
#include "Printable.h"
|
||||
#include "WString.h"
|
||||
|
||||
// A class to make it easier to handle and pass around IP addresses
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user