summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.h
diff options
context:
space:
mode:
authorAnotherTest <ali.mpfard@gmail.com>2020-04-21 01:55:25 +0430
committerAndreas Kling <kling@serenityos.org>2020-05-02 12:24:10 +0200
commit7670e5ccf0d38b2b9033d72f95df10a7467cf60d (patch)
treece86199dfab5be902a486b5ef10643baa8e29fd9 /Applications/Browser/Tab.h
parent8d20a526e57d9551acfded39b34761bdea7eca0f (diff)
downloadserenity-7670e5ccf0d38b2b9033d72f95df10a7467cf60d.zip
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
Diffstat (limited to 'Applications/Browser/Tab.h')
-rw-r--r--Applications/Browser/Tab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/Browser/Tab.h b/Applications/Browser/Tab.h
index 5ba5c212fa..78bd04328e 100644
--- a/Applications/Browser/Tab.h
+++ b/Applications/Browser/Tab.h
@@ -30,6 +30,7 @@
#include <AK/URL.h>
#include <LibGUI/Widget.h>
#include <LibWeb/Forward.h>
+#include <LibHTTP/HttpJob.h>
namespace Browser {