fix some compile issue in cpp project(like WiFiMulti.h) (#350)

This commit is contained in:
tzxespressio 2017-05-05 14:59:01 +08:00 committed by Me No Dev
parent 32c028a27e
commit 6006308575

View File

@ -23,6 +23,8 @@
#include "Arduino.h"
#include "Client.h"
#undef min
#undef max
#include <memory>
class WiFiClientSocketHandle;