arduino-libraries / ArduinoMDNS

mDNS Library for Arduino
40 stars 13 forks source link

Added missing includes IPAddress.h and Udp.h #29

Closed JetForMe closed 10 months ago

JetForMe commented 10 months ago

So as to allow for any order when using MDNS.h, it should include any headers it requires. It needs symbols from both IPAddress.h and Udp.h. IPAddress.h is included by Udp.h, but including it explicitly adds a bit of clarity to someone reading the code.