From 76e10d8d10a9743444942fd0ba5d0f58a122f370 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 19 Feb 2009 22:46:37 +0000 Subject: Hey, this code isn't being used by anyone anymore, ever, anywhere, but I made it compile to get some old tests, and I figured I may as well not throw all that away. --- src/httpget.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/httpget.cpp') diff --git a/src/httpget.cpp b/src/httpget.cpp index ee1f29c..fdd7fbd 100644 --- a/src/httpget.cpp +++ b/src/httpget.cpp @@ -2,6 +2,8 @@ #include "exceptions.h" #include "connection.h" #include +#include +#include char HttpGet::hexcode[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; -- cgit v1.2.3