Skip to content

Commit

Permalink
Tweaks to header file to make it easier to include
Browse files Browse the repository at this point in the history
  • Loading branch information
amcewen committed Sep 5, 2011
1 parent 3a95108 commit a9a0821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HttpClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit a9a0821

Please sign in to comment.