Skip to content

Commit a9a0821

Browse files
committed
Tweaks to header file to make it easier to include
1 parent 3a95108 commit a9a0821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HttpClient.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
#ifndef HttpClient_h
66
#define HttpClient_h
77

8+
#include <IPAddress.h>
89
#include "Ethernet.h"
10+
#include "Client.h"
11+
#include <../b64.h>
912

1013
class HttpClient : public Client
1114
{

0 commit comments

Comments
 (0)