mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
Merge pull request #1440 from stefangordon/master
Include Arduino.h AFTER memory.h
This commit is contained in:
@ -21,11 +21,11 @@
|
||||
|
||||
#ifndef wificlient_h
|
||||
#define wificlient_h
|
||||
#include <memory>
|
||||
#include "Arduino.h"
|
||||
#include "Print.h"
|
||||
#include "Client.h"
|
||||
#include "IPAddress.h"
|
||||
#include <memory>
|
||||
#include "include/slist.h"
|
||||
|
||||
#define WIFICLIENT_MAX_PACKET_SIZE 1460
|
||||
|
Reference in New Issue
Block a user