Skip to content

Commit a39b482

Browse files
committed
Merge pull request esp8266#1440 from stefangordon/master
Include Arduino.h AFTER memory.h
2 parents 8c3e1d0 + 80dc5c1 commit a39b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/WiFiClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
#ifndef wificlient_h
2323
#define wificlient_h
24+
#include <memory>
2425
#include "Arduino.h"
2526
#include "Print.h"
2627
#include "Client.h"
2728
#include "IPAddress.h"
28-
#include <memory>
2929
#include "include/slist.h"
3030

3131
#define WIFICLIENT_MAX_PACKET_SIZE 1460

0 commit comments

Comments
 (0)