cores: replace max, min, round macros with imports from std (#1783)

fixes #1734
This commit is contained in:
Junxiao Shi
2018-09-17 15:33:01 -04:00
committed by Me No Dev
parent f9f995b283
commit 1e4bf14a3e
4 changed files with 12 additions and 17 deletions

View File

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