1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Tweaks to header file to make it easier to include

This commit is contained in:
amcewen 2011-09-05 14:58:54 +01:00
parent 3a951081f8
commit a9a0821cff

View File

@ -5,7 +5,10 @@
#ifndef HttpClient_h
#define HttpClient_h
#include <IPAddress.h>
#include "Ethernet.h"
#include "Client.h"
#include <../b64.h>
class HttpClient : public Client
{